Html Css Color HEX #B99DBA Lola

📋 copy color: '#B99DBA'

red 185 ◦ green 157 ◦ blue 186

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

Shades of Lola #B99DBA

Tints of Lola #B99DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 35.04%
G = 29.73%
B = 35.23%

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

#B99DBA (or 0xB99DBA) is known color: Lola. HEX triplet: B9, 9D and BA. RGB value is (185,157,186). Sum of RGB (Red+Green+Blue) = 185+157+186=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #B99DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DBA is #466245. Grayscale: #A8A8A8. Windows color (decimal): -4612678 or 12230073. OLE color: 12230073.

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

Color convert

RGB 185 157 186 -
CMYK 0.01 0.16 0 0.27
HSL 297.93º 0.17% 0.67% -
HSV(B) 297.93º 0.16% 0.73% -
XYZ 40.93 37.97 51.63 -
YUV 168.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 185 157 186 0.01 0.16 0 0.27 297.93 0.17 0.67
Hex B9 9D BA 1 10 0 1B 12A 11 43
Octal 271 235 272 1 20 0 33 452 21 103
Binary 10111001 10011101 10111010 1 10000 0 11011 100101010 10001 1000011

Color Harmonies of #B99DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DBA

Black with #B99DBA

Text Example


Text Example

White with #B99DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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