Html Css Color HEX #BBAEBD Lola

📋 copy color: '#BBAEBD'

red 187 ◦ green 174 ◦ blue 189

#BBAEBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BBAEBD

Tints of Lola #BBAEBD

RGB

 RED value IS 187 (73.44% from 255) = 34%

 GREEN value IS 174 (68.36% from 255) = 31.64%

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 34%
G = 31.64%
B = 34.36%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBAEBD (or 0xBBAEBD) is known color: Lola. HEX triplet: BB, AE and BD. RGB value is (187,174,189). Sum of RGB (Red+Green+Blue) = 187+174+189=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEBD is #445142. Grayscale: #B3B3B3. Windows color (decimal): -4477251 or 12431035. OLE color: 12431035.

HSL color Cylindrical-coordinate representation of color #BBAEBD: hue angle of 292º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBAEBD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 174 189 -
CMYK 0.01 0.08 0 0.26
HSL 292º 0.1% 0.71% -
HSV(B) 292º 0.08% 0.74% -
XYZ 44.81 44.51 54.37 -
YUV 179.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 187 174 189 0.01 0.08 0 0.26 292 0.1 0.71
Hex BB AE BD 1 8 0 1A 124 A 47
Octal 273 256 275 1 10 0 32 444 12 107
Binary 10111011 10101110 10111101 1 1000 0 11010 100100100 1010 1000111

Color Harmonies of #BBAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEBD

Black with #BBAEBD

Text Example


Text Example

White with #BBAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEBD; }

 p { color: rgb(187,174,189); }

 H1.HeaderClassName
 {
   color: #BBAEBD;
 }
 .AnyTagClassName
 {
   color: #BBAEBD;
 }
</style>

background-color css

<style>
 a { background-color: #BBAEBD; }

 a { background-color: rgb(187,174,189); }

 div.DivClassName
 {
   background-color: #BBAEBD;
 }
 .BgClassName
 {
   background-color: #BBAEBD;
 }
</style>

border-color css

<style>
 span { border-color: #BBAEBD; }

 span { border-color: rgb(187,174,189); }

 td.TdClassName
 {
   border-color: #BBAEBD;
 }
 .TagClassName
 {
   border-color: #BBAEBD;
 }
</style>