#B99CC1

Color #B99CC1 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #B99CC1

Tints of Lola #B99CC1

Color information

#B99CC1 (or 0xB99CC1) is unknown color: approx Lola. HEX triplet: B9, 9C and C1. RGB value is (185,156,193). Sum of RGB (Red+Green+Blue) = 185+156+193=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #B99CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CC1 is #46633E. Grayscale: #A8A8A8. Windows color (decimal): -4612927 or 12688569. OLE color: 12688569.

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

Color convert

RGB185156193-
CMYK0.040.1900.24
HSL287.03º22.98%68.43%-
HSV(B)287.03º19.17%75.69%-
XYZ41.5237.9455.59-
YUV168.89141.61139.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=34.64%
G=29.21%
B=36.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851561930.040.1900.24287.0322.9868.43
HexB99CC141301811f1744
Octal27123430142303043727104
Binary10111001100111001100000110010011011000100011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CC1; }

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

 H1.HeaderClassName
 {
   color: #B99CC1;
 }
 .AnyTagClassName
 {
   color: #B99CC1;
 }
</style>
background-color css

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

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

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

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

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

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