#BD98B6

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

Shades of London Hue #BD98B6

Tints of London Hue #BD98B6

Color information

#BD98B6 (or 0xBD98B6) is unknown color: approx London Hue. HEX triplet: BD, 98 and B6. RGB value is (189,152,182). Sum of RGB (Red+Green+Blue) = 189+152+182=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BD98B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98B6 is #426749. Grayscale: #A6A6A6. Windows color (decimal): -4351818 or 11966653. OLE color: 11966653.

HSL color Cylindrical-coordinate representation of color #BD98B6: hue angle of 311.35º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD98B6 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB189152182-
CMYK00.200.040.26
HSL311.35º21.89%66.86%-
HSV(B)311.35º19.58%74.12%-
XYZ40.6636.6549.19-
YUV166.48136.76144.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=36.14%
G=29.06%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915218200.200.040.26311.3521.8966.86
HexBD98B601441A1371643
Octal27523026602443246726103
Binary10111101100110001011011001010010011010100110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98B6; }

 p { color: rgb(189,152,182); }

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

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

 a { background-color: rgb(189,152,182); }

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

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

 span { border-color: rgb(189,152,182); }

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