Html Css Color HEX #B99DBE Lola

📋 copy color: '#B99DBE'

red 185 ◦ green 157 ◦ blue 190

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

Shades of Lola #B99DBE

Tints of Lola #B99DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.71%

R = 34.77%
G = 29.51%
B = 35.71%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B99DBE (or 0xB99DBE) is known color: Lola. HEX triplet: B9, 9D and BE. RGB value is (185,157,190). Sum of RGB (Red+Green+Blue) = 185+157+190=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #B99DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DBE is #466241. Grayscale: #A9A9A9. Windows color (decimal): -4612674 or 12492217. OLE color: 12492217.

HSL color Cylindrical-coordinate representation of color #B99DBE: hue angle of 290.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B99DBE is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 157 190 -
CMYK 0.03 0.17 0 0.25
HSL 290.91º 0.2% 0.68% -
HSV(B) 290.91º 0.17% 0.75% -
XYZ 41.36 38.15 53.9 -
YUV 169.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 185 157 190 0.03 0.17 0 0.25 290.91 0.2 0.68
Hex B9 9D BE 3 11 0 19 123 14 44
Octal 271 235 276 3 21 0 31 443 24 104
Binary 10111001 10011101 10111110 11 10001 0 11001 100100011 10100 1000100

Color Harmonies of #B99DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DBE

Black with #B99DBE

Text Example


Text Example

White with #B99DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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