Html Css Color HEX #B99CC0 Lola

📋 copy color: '#B99CC0'

red 185 ◦ green 156 ◦ blue 192

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

Shades of Lola #B99CC0

Tints of Lola #B99CC0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.27%

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

R = 34.71%
G = 29.27%
B = 36.02%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B99CC0 (or 0xB99CC0) is known color: Lola. HEX triplet: B9, 9C and C0. RGB value is (185,156,192). Sum of RGB (Red+Green+Blue) = 185+156+192=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: blue. Hex color #B99CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CC0 is #46633F. Grayscale: #A8A8A8. Windows color (decimal): -4612928 or 12623033. OLE color: 12623033.

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

Color convert

RGB 185 156 192 -
CMYK 0.04 0.19 0 0.25
HSL 288.33º 0.22% 0.68% -
HSV(B) 288.33º 0.19% 0.75% -
XYZ 41.41 37.9 55 -
YUV 168.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 185 156 192 0.04 0.19 0 0.25 288.33 0.22 0.68
Hex B9 9C C0 4 13 0 19 120 16 44
Octal 271 234 300 4 23 0 31 440 26 104
Binary 10111001 10011100 11000000 100 10011 0 11001 100100000 10110 1000100

Color Harmonies of #B99CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CC0

Black with #B99CC0

Text Example


Text Example

White with #B99CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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