#B999C4

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

Shades of Lola #B999C4

Tints of Lola #B999C4

Color information

#B999C4 (or 0xB999C4) is unknown color: approx Lola. HEX triplet: B9, 99 and C4. RGB value is (185,153,196). Sum of RGB (Red+Green+Blue) = 185+153+196=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #B999C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999C4 is #46663B. Grayscale: #A7A7A7. Windows color (decimal): -4613692 or 12884409. OLE color: 12884409.

HSL color Cylindrical-coordinate representation of color #B999C4: hue angle of 284.65º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B999C4 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185153196-
CMYK0.060.2200.23
HSL284.65º26.71%68.43%-
HSV(B)284.65º21.94%76.86%-
XYZ41.3637.0857.2-
YUV167.47144.1140.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=34.64%
G=28.65%
B=36.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851531960.060.2200.23284.6526.7168.43
HexB999C461601711d1b44
Octal27123130462602743533104
Binary10111001100110011100010011010110010111100011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999C4; }

 p { color: rgb(185,153,196); }

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

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

 a { background-color: rgb(185,153,196); }

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

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

 span { border-color: rgb(185,153,196); }

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