#B99FBE

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

Shades of Lola #B99FBE

Tints of Lola #B99FBE

Color information

#B99FBE (or 0xB99FBE) is unknown color: approx Lola. HEX triplet: B9, 9F and BE. RGB value is (185,159,190). Sum of RGB (Red+Green+Blue) = 185+159+190=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #B99FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FBE is #466041. Grayscale: #AAAAAA. Windows color (decimal): -4612162 or 12492729. OLE color: 12492729.

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

Color convert

RGB185159190-
CMYK0.030.1600.25
HSL290.32º19.25%68.43%-
HSV(B)290.32º16.32%74.51%-
XYZ41.738.8354.01-
YUV170.31139.11138.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=34.64%
G=29.78%
B=35.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851591900.030.1600.25290.3219.2568.43
HexB99FBE3100191221344
Octal27123727632003144223104
Binary1011100110011111101111101110000011001100100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FBE; }

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

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

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

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

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

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

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

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