Html Css Color HEX #BBAEBC Lola

📋 copy color: '#BBAEBC'

red 187 ◦ green 174 ◦ blue 188

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

Shades of Lola #BBAEBC

Tints of Lola #BBAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.24%

R = 34.06%
G = 31.69%
B = 34.24%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBAEBC (or 0xBBAEBC) is known color: Lola. HEX triplet: BB, AE and BC. RGB value is (187,174,188). Sum of RGB (Red+Green+Blue) = 187+174+188=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEBC is #445143. Grayscale: #B3B3B3. Windows color (decimal): -4477252 or 12365499. OLE color: 12365499.

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

Color convert

RGB 187 174 188 -
CMYK 0.01 0.07 0 0.26
HSL 295.71º 0.09% 0.71% -
HSV(B) 295.71º 0.07% 0.74% -
XYZ 44.71 44.47 53.8 -
YUV 179.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 187 174 188 0.01 0.07 0 0.26 295.71 0.09 0.71
Hex BB AE BC 1 7 0 1A 128 9 47
Octal 273 256 274 1 7 0 32 450 11 107
Binary 10111011 10101110 10111100 1 111 0 11010 100101000 1001 1000111

Color Harmonies of #BBAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEBC

Black with #BBAEBC

Text Example


Text Example

White with #BBAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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