#BD96BA

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

Shades of London Hue #BD96BA

Tints of London Hue #BD96BA

Color information

#BD96BA (or 0xBD96BA) is unknown color: approx London Hue. HEX triplet: BD, 96 and BA. RGB value is (189,150,186). Sum of RGB (Red+Green+Blue) = 189+150+186=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BD96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96BA is #426945. Grayscale: #A5A5A5. Windows color (decimal): -4352326 or 12228285. OLE color: 12228285.

HSL color Cylindrical-coordinate representation of color #BD96BA: hue angle of 304.62º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD96BA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189150186-
CMYK00.210.020.26
HSL304.62º22.81%66.47%-
HSV(B)304.62º20.63%74.12%-
XYZ40.7636.1851.29-
YUV165.76139.42144.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=36%
G=28.57%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915018600.210.020.26304.6222.8166.47
HexBD96BA01521A1311742
Octal27522627202523246127102
Binary1011110110010110101110100101011011010100110001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96BA; }

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

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

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

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

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

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

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

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