Html Css Color HEX #B99DBB Lola

📋 copy color: '#B99DBB'

red 185 ◦ green 157 ◦ blue 187

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

Shades of Lola #B99DBB

Tints of Lola #B99DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.35%

R = 34.97%
G = 29.68%
B = 35.35%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B99DBB (or 0xB99DBB) is known color: Lola. HEX triplet: B9, 9D and BB. RGB value is (185,157,187). Sum of RGB (Red+Green+Blue) = 185+157+187=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #B99DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DBB is #466244. Grayscale: #A8A8A8. Windows color (decimal): -4612677 or 12295609. OLE color: 12295609.

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

Color convert

RGB 185 157 187 -
CMYK 0.01 0.16 0 0.27
HSL 296º 0.18% 0.67% -
HSV(B) 296º 0.16% 0.73% -
XYZ 41.03 38.02 52.19 -
YUV 168.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 185 157 187 0.01 0.16 0 0.27 296 0.18 0.67
Hex B9 9D BB 1 10 0 1B 128 12 43
Octal 271 235 273 1 20 0 33 450 22 103
Binary 10111001 10011101 10111011 1 10000 0 11011 100101000 10010 1000011

Color Harmonies of #B99DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DBB

Black with #B99DBB

Text Example


Text Example

White with #B99DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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