#BD8ABC

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

Shades of London Hue #BD8ABC

Tints of London Hue #BD8ABC

Color information

#BD8ABC (or 0xBD8ABC) is unknown color: approx London Hue. HEX triplet: BD, 8A and BC. RGB value is (189,138,188). Sum of RGB (Red+Green+Blue) = 189+138+188=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ABC is #427543. Grayscale: #9E9E9E. Windows color (decimal): -4355396 or 12356285. OLE color: 12356285.

HSL color Cylindrical-coordinate representation of color #BD8ABC: hue angle of 301.18º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD8ABC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189138188-
CMYK00.270.010.26
HSL301.18º27.87%64.12%-
HSV(B)301.18º26.98%74.12%-
XYZ39.1532.6351.81-
YUV158.95144.4149.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=36.70%
G=26.80%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913818800.270.010.26301.1827.8764.12
HexBD8ABC01B11A12d1c40
Octal27521227403313245534100
Binary101111011000101010111100011011111010100101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8ABC; }

 p { color: rgb(189,138,188); }

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

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

 a { background-color: rgb(189,138,188); }

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

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

 span { border-color: rgb(189,138,188); }

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