#B893B6

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

Shades of London Hue #B893B6

Tints of London Hue #B893B6

Color information

#B893B6 (or 0xB893B6) is unknown color: approx London Hue. HEX triplet: B8, 93 and B6. RGB value is (184,147,182). Sum of RGB (Red+Green+Blue) = 184+147+182=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 184 - color contains mainly: red. Hex color #B893B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893B6 is #476C49. Grayscale: #A1A1A1. Windows color (decimal): -4680778 or 11965368. OLE color: 11965368.

HSL color Cylindrical-coordinate representation of color #B893B6: hue angle of 303.24º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B893B6 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB184147182-
CMYK00.200.010.28
HSL303.24º20.67%64.9%-
HSV(B)303.24º20.11%72.16%-
XYZ38.6434.4448.87-
YUV162.05139.26143.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=35.87%
G=28.65%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414718200.200.010.28303.2420.6764.9
HexB893B601411C12f1541
Octal27022326602413445725101
Binary101110001001001110110110010100111100100101111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893B6; }

 p { color: rgb(184,147,182); }

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

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

 a { background-color: rgb(184,147,182); }

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

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

 span { border-color: rgb(184,147,182); }

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