Html Css Color HEX #B99EC2 Lola

📋 copy color: '#B99EC2'

red 185 ◦ green 158 ◦ blue 194

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

Shades of Lola #B99EC2

Tints of Lola #B99EC2

RGB

 RED value IS 185 (72.66% from 255) = 34.45%

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

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

R = 34.45%
G = 29.42%
B = 36.13%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B99EC2 (or 0xB99EC2) is known color: Lola. HEX triplet: B9, 9E and C2. RGB value is (185,158,194). Sum of RGB (Red+Green+Blue) = 185+158+194=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: blue. Hex color #B99EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EC2 is #46613D. Grayscale: #AAAAAA. Windows color (decimal): -4612414 or 12754617. OLE color: 12754617.

HSL color Cylindrical-coordinate representation of color #B99EC2: hue angle of 285º 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 #B99EC2 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 158 194 -
CMYK 0.05 0.19 0 0.24
HSL 285º 0.23% 0.69% -
HSV(B) 285º 0.19% 0.76% -
XYZ 41.97 38.66 56.29 -
YUV 170.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 185 158 194 0.05 0.19 0 0.24 285 0.23 0.69
Hex B9 9E C2 5 13 0 18 11D 17 45
Octal 271 236 302 5 23 0 30 435 27 105
Binary 10111001 10011110 11000010 101 10011 0 11000 100011101 10111 1000101

Color Harmonies of #B99EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EC2

Black with #B99EC2

Text Example


Text Example

White with #B99EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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