Html Css Color HEX #BBAEBE Lola

📋 copy color: '#BBAEBE'

red 187 ◦ green 174 ◦ blue 190

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

Shades of Lola #BBAEBE

Tints of Lola #BBAEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.48%

R = 33.94%
G = 31.58%
B = 34.48%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBAEBE (or 0xBBAEBE) is known color: Lola. HEX triplet: BB, AE and BE. RGB value is (187,174,190). Sum of RGB (Red+Green+Blue) = 187+174+190=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEBE is #445141. Grayscale: #B3B3B3. Windows color (decimal): -4477250 or 12496571. OLE color: 12496571.

HSL color Cylindrical-coordinate representation of color #BBAEBE: hue angle of 288.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBAEBE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 174 190 -
CMYK 0.02 0.08 0 0.25
HSL 288.75º 0.11% 0.71% -
HSV(B) 288.75º 0.08% 0.75% -
XYZ 44.92 44.55 54.95 -
YUV 179.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 187 174 190 0.02 0.08 0 0.25 288.75 0.11 0.71
Hex BB AE BE 2 8 0 19 121 B 47
Octal 273 256 276 2 10 0 31 441 13 107
Binary 10111011 10101110 10111110 10 1000 0 11001 100100001 1011 1000111

Color Harmonies of #BBAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEBE

Black with #BBAEBE

Text Example


Text Example

White with #BBAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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