#BD98B9

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

Shades of London Hue #BD98B9

Tints of London Hue #BD98B9

Color information

#BD98B9 (or 0xBD98B9) is unknown color: approx London Hue. HEX triplet: BD, 98 and B9. RGB value is (189,152,185). Sum of RGB (Red+Green+Blue) = 189+152+185=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BD98B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98B9 is #426746. Grayscale: #A6A6A6. Windows color (decimal): -4351815 or 12163261. OLE color: 12163261.

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

Color convert

RGB189152185-
CMYK00.200.020.26
HSL306.49º21.89%66.86%-
HSV(B)306.49º19.58%74.12%-
XYZ40.9736.7850.84-
YUV166.82138.26143.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=35.93%
G=28.90%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915218500.200.020.26306.4921.8966.86
HexBD98B901421A1321643
Octal27523027102423246226103
Binary1011110110011000101110010101001011010100110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98B9; }

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

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

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

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

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

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

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

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