#BC99B5

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

Shades of London Hue #BC99B5

Tints of London Hue #BC99B5

Color information

#BC99B5 (or 0xBC99B5) is unknown color: approx London Hue. HEX triplet: BC, 99 and B5. RGB value is (188,153,181). Sum of RGB (Red+Green+Blue) = 188+153+181=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99B5 is #43664A. Grayscale: #A6A6A6. Windows color (decimal): -4417099 or 11901372. OLE color: 11901372.

HSL color Cylindrical-coordinate representation of color #BC99B5: hue angle of 312º 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 #BC99B5 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB188153181-
CMYK00.190.040.26
HSL312º20.71%66.86%-
HSV(B)312º18.62%73.73%-
XYZ40.4736.8148.69-
YUV166.66136.1143.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=36.02%
G=29.31%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815318100.190.040.2631220.7166.86
HexBC99B501341A1381543
Octal27423126502343247025103
Binary10111100100110011011010101001110011010100111000101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99B5; }

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

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

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

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

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

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

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

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