Html Css Color HEX #B99FC0 Lola

📋 copy color: '#B99FC0'

red 185 ◦ green 159 ◦ blue 192

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

Shades of Lola #B99FC0

Tints of Lola #B99FC0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.66%

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 34.51%
G = 29.66%
B = 35.82%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B99FC0 (or 0xB99FC0) is known color: Lola. HEX triplet: B9, 9F and C0. RGB value is (185,159,192). Sum of RGB (Red+Green+Blue) = 185+159+192=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #B99FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FC0 is #46603F. Grayscale: #AAAAAA. Windows color (decimal): -4612160 or 12623801. OLE color: 12623801.

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

Color convert

RGB 185 159 192 -
CMYK 0.04 0.17 0 0.25
HSL 287.27º 0.21% 0.69% -
HSV(B) 287.27º 0.17% 0.75% -
XYZ 41.92 38.92 55.17 -
YUV 170.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 185 159 192 0.04 0.17 0 0.25 287.27 0.21 0.69
Hex B9 9F C0 4 11 0 19 11F 15 45
Octal 271 237 300 4 21 0 31 437 25 105
Binary 10111001 10011111 11000000 100 10001 0 11001 100011111 10101 1000101

Color Harmonies of #B99FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FC0

Black with #B99FC0

Text Example


Text Example

White with #B99FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FC0; }

 p { color: rgb(185,159,192); }

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

background-color css

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

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

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

border-color css

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

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

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