Color Hex Logo

#bbaffe Color Hex

#BBAFFE
(187,175,254)
0 Favorites   0 Comments

Color spaces of #bbaffe

RGB 187175254
HSL0.690.980.84
HSV249°31°100°
CMYK 0.260.310.00   0.00
XYZ53.712948.3805100.2733
Yxy48.38050.26540.2391
Hunter Lab69.556116.1189-36.7843
CIE-Lab75.064320.8621-37.5757

#bbaffe color RGB value is (187,175,254).

#bbaffe hex color red value is 187, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbaffe hue: 0.69 , saturation: 0.98 and the lightness value of bbaffe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11111110
Octal 273 257 376
Decimal 187 175 254
Hex BB AF FE

RGB Percentages of Color #bbaffe

%30.36
%28.41
%41.23

CMYK Percentages of Color #bbaffe

%26
%31
%0
%0

Triadic Colors of #bbaffe

#bbaffe #febbaf #affebb

Analogous Colors of #bbaffe

#bbaffe #e3affe #afcbfe

Monochromatic Colors of #bbaffe

#bbaffe

Complementary Color

#bbaffe #f2feaf

#bbaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaffe Color CSS Codes

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

#bbaffe Text Font Color

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

This sample text font color is #bbaffe
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.


#bbaffe Background Color

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

This div background color is #bbaffe


#bbaffe Border Color

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

This div border color is #bbaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaffe

Related Colors


Comments

No comments written yet.

Please login to write comment.