Html Css Color HEX #BB9EBD Lola

📋 copy color: '#BB9EBD'

red 187 ◦ green 158 ◦ blue 189

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

Shades of Lola #BB9EBD

Tints of Lola #BB9EBD

RGB

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

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

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

R = 35.02%
G = 29.59%
B = 35.39%

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

#BB9EBD (or 0xBB9EBD) is known color: Lola. HEX triplet: BB, 9E and BD. RGB value is (187,158,189). Sum of RGB (Red+Green+Blue) = 187+158+189=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB9EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EBD is #446142. Grayscale: #AAAAAA. Windows color (decimal): -4481347 or 12426939. OLE color: 12426939.

HSL color Cylindrical-coordinate representation of color #BB9EBD: hue angle of 296.13º degrees, saturation: 0.19, 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 #BB9EBD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 158 189 -
CMYK 0.01 0.16 0 0.26
HSL 296.13º 0.19% 0.68% -
HSV(B) 296.13º 0.16% 0.74% -
XYZ 41.91 38.69 53.4 -
YUV 170.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 187 158 189 0.01 0.16 0 0.26 296.13 0.19 0.68
Hex BB 9E BD 1 10 0 1A 128 13 44
Octal 273 236 275 1 20 0 32 450 23 104
Binary 10111011 10011110 10111101 1 10000 0 11010 100101000 10011 1000100

Color Harmonies of #BB9EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EBD

Black with #BB9EBD

Text Example


Text Example

White with #BB9EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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