#BD95B5

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

Shades of London Hue #BD95B5

Tints of London Hue #BD95B5

Color information

#BD95B5 (or 0xBD95B5) is unknown color: approx London Hue. HEX triplet: BD, 95 and B5. RGB value is (189,149,181). Sum of RGB (Red+Green+Blue) = 189+149+181=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BD95B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95B5 is #426A4A. Grayscale: #A4A4A4. Windows color (decimal): -4352587 or 11900349. OLE color: 11900349.

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

Color convert

RGB189149181-
CMYK00.210.040.26
HSL312º23.26%66.27%-
HSV(B)312º21.16%74.12%-
XYZ40.0735.6548.49-
YUV164.61137.25145.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=36.42%
G=28.71%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914918100.210.040.2631223.2666.27
HexBD95B501541A1381742
Octal27522526502543247027102
Binary10111101100101011011010101010110011010100111000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95B5; }

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

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

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

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

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

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

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

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