Html Css Color HEX #B99EB8 Lola

📋 copy color: '#B99EB8'

red 185 ◦ green 158 ◦ blue 184

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

Shades of Lola #B99EB8

Tints of Lola #B99EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.91%

R = 35.1%
G = 29.98%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B99EB8 (or 0xB99EB8) is known color: Lola. HEX triplet: B9, 9E and B8. RGB value is (185,158,184). Sum of RGB (Red+Green+Blue) = 185+158+184=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EB8 is #466147. Grayscale: #A8A8A8. Windows color (decimal): -4612424 or 12099257. OLE color: 12099257.

HSL color Cylindrical-coordinate representation of color #B99EB8: hue angle of 302.22º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99EB8 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 158 184 -
CMYK 0 0.15 0.01 0.27
HSL 302.22º 0.16% 0.67% -
HSV(B) 302.22º 0.15% 0.73% -
XYZ 40.89 38.23 50.57 -
YUV 169.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 185 158 184 0 0.15 0.01 0.27 302.22 0.16 0.67
Hex B9 9E B8 0 F 1 1B 12E 10 43
Octal 271 236 270 0 17 1 33 456 20 103
Binary 10111001 10011110 10111000 0 1111 1 11011 100101110 10000 1000011

Color Harmonies of #B99EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EB8

Black with #B99EB8

Text Example


Text Example

White with #B99EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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