Color Hex Logo

#bbaefb Color Hex

#BBAEFB
(187,174,251)
0 Favorites   0 Comments

Color spaces of #bbaefb

RGB 187174251
HSL0.690.910.83
HSV250°31°98°
CMYK 0.250.310.00   0.02
XYZ53.042247.801997.6979
Yxy47.80190.26720.2408
Hunter Lab69.138915.9491-35.3835
CIE-Lab74.699820.7053-36.5238

#bbaefb color RGB value is (187,174,251).

#bbaefb hex color red value is 187, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bbaefb hue: 0.69 , saturation: 0.91 and the lightness value of bbaefb is 0.83.

The process color (four color CMYK) of #bbaefb color hex is 0.25, 0.31, 0.00, 0.02. Web safe color of #bbaefb is #cc99ff. Color #bbaefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11111011
Octal 273 256 373
Decimal 187 174 251
Hex BB AE FB

RGB Percentages of Color #bbaefb

%30.56
%28.43
%41.01

CMYK Percentages of Color #bbaefb

%25
%31
%0
%2

Triadic Colors of #bbaefb

#bbaefb #fbbbae #aefbbb

Analogous Colors of #bbaefb

#bbaefb #e2aefb #aec8fb

Monochromatic Colors of #bbaefb

#bbaefb

Complementary Color

#bbaefb #eefbae

#bbaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaefb Color CSS Codes

.mybgcolor {background-color:#bbaefb; } 
.myforecolor {color:#bbaefb; }
.mybordercolor {border:3px solid #bbaefb; }

#bbaefb Text Font Color

<p style="color:#bbaefb">Text here</p>

This sample text font color is #bbaefb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbaefb Background Color

<div style="background-color:#bbaefb">
Div content here</div>

This div background color is #bbaefb


#bbaefb Border Color

<div style="border:3px solid #bbaefb">
Div here</div>

This div border color is #bbaefb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,174,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbaefb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbaefb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbaefb;
  box-shadow:         1px 1px 3px 2px #bbaefb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,174,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbaefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbaefb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbaefb;
  box-shadow:         1px 1px 3px 2px #bbaefb;">
Div content here</div>

This div box has shadow with color #bbaefb


Comments

No comments written yet.

Please login to write comment.