#BC99B9

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

Shades of London Hue #BC99B9

Tints of London Hue #BC99B9

Color information

#BC99B9 (or 0xBC99B9) is unknown color: approx London Hue. HEX triplet: BC, 99 and B9. RGB value is (188,153,185). Sum of RGB (Red+Green+Blue) = 188+153+185=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99B9 is #436646. Grayscale: #A7A7A7. Windows color (decimal): -4417095 or 12163516. OLE color: 12163516.

HSL color Cylindrical-coordinate representation of color #BC99B9: hue angle of 305.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC99B9 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB188153185-
CMYK00.190.020.26
HSL305.14º20.71%66.86%-
HSV(B)305.14º18.62%73.73%-
XYZ40.8936.9850.88-
YUV167.11138.1142.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=35.74%
G=29.09%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815318500.190.020.26305.1420.7166.86
HexBC99B901321A1311543
Octal27423127102323246125103
Binary1011110010011001101110010100111011010100110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99B9; }

 p { color: rgb(188,153,185); }

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

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

 a { background-color: rgb(188,153,185); }

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

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

 span { border-color: rgb(188,153,185); }

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