#B998BE

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

Shades of Lola #B998BE

Tints of Lola #B998BE

Color information

#B998BE (or 0xB998BE) is unknown color: approx Lola. HEX triplet: B9, 98 and BE. RGB value is (185,152,190). Sum of RGB (Red+Green+Blue) = 185+152+190=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #B998BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998BE is #466741. Grayscale: #A6A6A6. Windows color (decimal): -4613954 or 12490937. OLE color: 12490937.

HSL color Cylindrical-coordinate representation of color #B998BE: hue angle of 292.11º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B998BE is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185152190-
CMYK0.030.200.25
HSL292.11º22.62%67.06%-
HSV(B)292.11º20%74.51%-
XYZ40.5336.4953.62-
YUV166.2141.43141.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=35.10%
G=28.84%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851521900.030.200.25292.1122.6267.06
HexB998BE3140191241743
Octal27123027632403144427103
Binary1011100110011000101111101110100011001100100100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998BE; }

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

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

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

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

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

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

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

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