Html Css Color HEX #BB9EC1 Lola

📋 copy color: '#BB9EC1'

red 187 ◦ green 158 ◦ blue 193

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

Shades of Lola #BB9EC1

Tints of Lola #BB9EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 34.76%
G = 29.37%
B = 35.87%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB9EC1 (or 0xBB9EC1) is known color: Lola. HEX triplet: BB, 9E and C1. RGB value is (187,158,193). Sum of RGB (Red+Green+Blue) = 187+158+193=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB9EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EC1 is #44613E. Grayscale: #AAAAAA. Windows color (decimal): -4481343 or 12689083. OLE color: 12689083.

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

Color convert

RGB 187 158 193 -
CMYK 0.03 0.18 0 0.24
HSL 289.71º 0.22% 0.69% -
HSV(B) 289.71º 0.18% 0.76% -
XYZ 42.35 38.87 55.72 -
YUV 170.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 187 158 193 0.03 0.18 0 0.24 289.71 0.22 0.69
Hex BB 9E C1 3 12 0 18 122 16 45
Octal 273 236 301 3 22 0 30 442 26 105
Binary 10111011 10011110 11000001 11 10010 0 11000 100100010 10110 1000101

Color Harmonies of #BB9EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EC1

Black with #BB9EC1

Text Example


Text Example

White with #BB9EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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