Html Css Color HEX #BB9EBC Lola

📋 copy color: '#BB9EBC'

red 187 ◦ green 158 ◦ blue 188

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

Shades of Lola #BB9EBC

Tints of Lola #BB9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.64%

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

R = 35.08%
G = 29.64%
B = 35.27%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB9EBC (or 0xBB9EBC) is known color: Lola. HEX triplet: BB, 9E and BC. RGB value is (187,158,188). Sum of RGB (Red+Green+Blue) = 187+158+188=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB9EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EBC is #446143. Grayscale: #AAAAAA. Windows color (decimal): -4481348 or 12361403. OLE color: 12361403.

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

Color convert

RGB 187 158 188 -
CMYK 0.01 0.16 0 0.26
HSL 298º 0.18% 0.68% -
HSV(B) 298º 0.16% 0.74% -
XYZ 41.8 38.65 52.83 -
YUV 170.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 187 158 188 0.01 0.16 0 0.26 298 0.18 0.68
Hex BB 9E BC 1 10 0 1A 12A 12 44
Octal 273 236 274 1 20 0 32 452 22 104
Binary 10111011 10011110 10111100 1 10000 0 11010 100101010 10010 1000100

Color Harmonies of #BB9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EBC

Black with #BB9EBC

Text Example


Text Example

White with #BB9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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