#B997BE

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

Shades of Lola #B997BE

Tints of Lola #B997BE

Color information

#B997BE (or 0xB997BE) is unknown color: approx Lola. HEX triplet: B9, 97 and BE. RGB value is (185,151,190). Sum of RGB (Red+Green+Blue) = 185+151+190=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #B997BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997BE is #466841. Grayscale: #A5A5A5. Windows color (decimal): -4614210 or 12490681. OLE color: 12490681.

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

Color convert

RGB185151190-
CMYK0.030.2100.25
HSL292.31º23.08%66.86%-
HSV(B)292.31º20.53%74.51%-
XYZ40.3736.1753.57-
YUV165.61141.76141.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=35.17%
G=28.71%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851511900.030.2100.25292.3123.0866.86
HexB997BE3150191241743
Octal27122727632503144427103
Binary1011100110010111101111101110101011001100100100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997BE; }

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

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

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

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

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

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

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

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