#BD97BA

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

Shades of London Hue #BD97BA

Tints of London Hue #BD97BA

Color information

#BD97BA (or 0xBD97BA) is unknown color: approx London Hue. HEX triplet: BD, 97 and BA. RGB value is (189,151,186). Sum of RGB (Red+Green+Blue) = 189+151+186=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BD97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97BA is #426845. Grayscale: #A6A6A6. Windows color (decimal): -4352070 or 12228541. OLE color: 12228541.

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

Color convert

RGB189151186-
CMYK00.200.020.26
HSL304.74º22.35%66.67%-
HSV(B)304.74º20.11%74.12%-
XYZ40.9236.551.34-
YUV166.35139.09144.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=35.93%
G=28.71%
B=35.36%

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
Decimal18915118600.200.020.26304.7422.3566.67
HexBD97BA01421A1311643
Octal27522727202423246126103
Binary1011110110010111101110100101001011010100110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97BA; }

 p { color: rgb(189,151,186); }

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

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

 a { background-color: rgb(189,151,186); }

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

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

 span { border-color: rgb(189,151,186); }

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