#B899BE

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

Shades of Lola #B899BE

Tints of Lola #B899BE

Color information

#B899BE (or 0xB899BE) is unknown color: approx Lola. HEX triplet: B8, 99 and BE. RGB value is (184,153,190). Sum of RGB (Red+Green+Blue) = 184+153+190=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 153 (60.16% from 255 or 29.03% 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 #B899BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899BE is #476641. Grayscale: #A6A6A6. Windows color (decimal): -4679234 or 12491192. OLE color: 12491192.

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

Color convert

RGB184153190-
CMYK0.030.1900.25
HSL290.27º22.16%67.25%-
HSV(B)290.27º19.47%74.51%-
XYZ40.4536.6953.67-
YUV166.49141.27140.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=34.91%
G=29.03%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841531900.030.1900.25290.2722.1667.25
HexB899BE3130191221643
Octal27023127632303144226103
Binary1011100010011001101111101110011011001100100010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899BE; }

 p { color: rgb(184,153,190); }

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

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

 a { background-color: rgb(184,153,190); }

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

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

 span { border-color: rgb(184,153,190); }

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