#BD95BA

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

Shades of London Hue #BD95BA

Tints of London Hue #BD95BA

Color information

#BD95BA (or 0xBD95BA) is unknown color: approx London Hue. HEX triplet: BD, 95 and BA. RGB value is (189,149,186). Sum of RGB (Red+Green+Blue) = 189+149+186=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BD95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95BA is #426A45. Grayscale: #A5A5A5. Windows color (decimal): -4352582 or 12228029. OLE color: 12228029.

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

Color convert

RGB189149186-
CMYK00.210.020.26
HSL304.5º23.26%66.27%-
HSV(B)304.5º21.16%74.12%-
XYZ40.635.8651.24-
YUV165.18139.75144.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=36.07%
G=28.44%
B=35.50%

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
Decimal18914918600.210.020.26304.523.2666.27
HexBD95BA01521A1301742
Octal27522527202523246027102
Binary1011110110010101101110100101011011010100110000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95BA; }

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

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

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

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

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

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

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

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