Html Css Color HEX #B99DB9 Lola

📋 copy color: '#B99DB9'

red 185 ◦ green 157 ◦ blue 185

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

Shades of Lola #B99DB9

Tints of Lola #B99DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.79%

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

R = 35.1%
G = 29.79%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B99DB9 (or 0xB99DB9) is known color: Lola. HEX triplet: B9, 9D and B9. RGB value is (185,157,185). Sum of RGB (Red+Green+Blue) = 185+157+185=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B99DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DB9 is #466246. Grayscale: #A8A8A8. Windows color (decimal): -4612679 or 12164537. OLE color: 12164537.

HSL color Cylindrical-coordinate representation of color #B99DB9: hue angle of 300º degrees, saturation: 0.17, 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 #B99DB9 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 185 -
CMYK 0 0.15 0 0.27
HSL 300º 0.17% 0.67% -
HSV(B) 300º 0.15% 0.73% -
XYZ 40.82 37.93 51.07 -
YUV 168.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 185 157 185 0 0.15 0 0.27 300 0.17 0.67
Hex B9 9D B9 0 F 0 1B 12C 11 43
Octal 271 235 271 0 17 0 33 454 21 103
Binary 10111001 10011101 10111001 0 1111 0 11011 100101100 10001 1000011

Color Harmonies of #B99DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DB9

Black with #B99DB9

Text Example


Text Example

White with #B99DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DB9; }

 p { color: rgb(185,157,185); }

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

background-color css

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

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

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

border-color css

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

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

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