#B998C3

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

Shades of Lola #B998C3

Tints of Lola #B998C3

Color information

#B998C3 (or 0xB998C3) is unknown color: approx Lola. HEX triplet: B9, 98 and C3. RGB value is (185,152,195). Sum of RGB (Red+Green+Blue) = 185+152+195=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #B998C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998C3 is #46673C. Grayscale: #A6A6A6. Windows color (decimal): -4613949 or 12818617. OLE color: 12818617.

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

Color convert

RGB185152195-
CMYK0.050.2200.24
HSL286.05º26.38%68.04%-
HSV(B)286.05º22.05%76.47%-
XYZ41.0936.7156.55-
YUV166.77143.93141-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=34.77%
G=28.57%
B=36.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851521950.050.2200.24286.0526.3868.04
HexB998C351601811e1a44
Octal27123030352603043632104
Binary10111001100110001100001110110110011000100011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998C3; }

 p { color: rgb(185,152,195); }

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

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

 a { background-color: rgb(185,152,195); }

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

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

 span { border-color: rgb(185,152,195); }

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