#B892BD

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

Shades of Lola #B892BD

Tints of Lola #B892BD

Color information

#B892BD (or 0xB892BD) is unknown color: approx Lola. HEX triplet: B8, 92 and BD. RGB value is (184,146,189). Sum of RGB (Red+Green+Blue) = 184+146+189=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #B892BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892BD is #476D42. Grayscale: #A2A2A2. Windows color (decimal): -4681027 or 12423864. OLE color: 12423864.

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

Color convert

RGB184146189-
CMYK0.030.2300.26
HSL293.02º24.57%65.69%-
HSV(B)293.02º22.75%74.12%-
XYZ39.2334.4252.72-
YUV162.26143.09143.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=35.45%
G=28.13%
B=36.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841461890.030.2300.26293.0224.5765.69
HexB892BD31701A1251942
Octal27022227532703244531102
Binary1011100010010010101111011110111011010100100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892BD; }

 p { color: rgb(184,146,189); }

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

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

 a { background-color: rgb(184,146,189); }

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

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

 span { border-color: rgb(184,146,189); }

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