#BC98B9

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

Shades of London Hue #BC98B9

Tints of London Hue #BC98B9

Color information

#BC98B9 (or 0xBC98B9) is unknown color: approx London Hue. HEX triplet: BC, 98 and B9. RGB value is (188,152,185). Sum of RGB (Red+Green+Blue) = 188+152+185=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98B9 is #436746. Grayscale: #A6A6A6. Windows color (decimal): -4417351 or 12163260. OLE color: 12163260.

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

Color convert

RGB188152185-
CMYK00.190.020.26
HSL305º21.18%66.67%-
HSV(B)305º19.15%73.73%-
XYZ40.7236.6550.83-
YUV166.53138.43143.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=35.81%
G=28.95%
B=35.24%

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
Decimal18815218500.190.020.2630521.1866.67
HexBC98B901321A1311543
Octal27423027102323246125103
Binary1011110010011000101110010100111011010100110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98B9; }

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

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

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

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

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

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

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

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