Html Css Color HEX #BB9EC2 Lola

📋 copy color: '#BB9EC2'

red 187 ◦ green 158 ◦ blue 194

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

Shades of Lola #BB9EC2

Tints of Lola #BB9EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 34.69%
G = 29.31%
B = 35.99%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB9EC2 (or 0xBB9EC2) is known color: Lola. HEX triplet: BB, 9E and C2. RGB value is (187,158,194). Sum of RGB (Red+Green+Blue) = 187+158+194=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB9EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EC2 is #44613D. Grayscale: #AAAAAA. Windows color (decimal): -4481342 or 12754619. OLE color: 12754619.

HSL color Cylindrical-coordinate representation of color #BB9EC2: hue angle of 288.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB9EC2 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 158 194 -
CMYK 0.04 0.19 0 0.24
HSL 288.33º 0.23% 0.69% -
HSV(B) 288.33º 0.19% 0.76% -
XYZ 42.46 38.91 56.31 -
YUV 170.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 187 158 194 0.04 0.19 0 0.24 288.33 0.23 0.69
Hex BB 9E C2 4 13 0 18 120 17 45
Octal 273 236 302 4 23 0 30 440 27 105
Binary 10111011 10011110 11000010 100 10011 0 11000 100100000 10111 1000101

Color Harmonies of #BB9EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EC2

Black with #BB9EC2

Text Example


Text Example

White with #BB9EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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