#BD8FBB

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

Shades of London Hue #BD8FBB

Tints of London Hue #BD8FBB

Color information

#BD8FBB (or 0xBD8FBB) is unknown color: approx London Hue. HEX triplet: BD, 8F and BB. RGB value is (189,143,187). Sum of RGB (Red+Green+Blue) = 189+143+187=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FBB is #427044. Grayscale: #A1A1A1. Windows color (decimal): -4354117 or 12292029. OLE color: 12292029.

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

Color convert

RGB189143187-
CMYK00.240.010.26
HSL302.61º25.84%65.1%-
HSV(B)302.61º24.34%74.12%-
XYZ39.7834.0551.49-
YUV161.77142.24147.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=36.42%
G=27.55%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914318700.240.010.26302.6125.8465.1
HexBD8FBB01811A12f1a41
Octal27521727303013245732101
Binary101111011000111110111011011000111010100101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FBB; }

 p { color: rgb(189,143,187); }

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

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

 a { background-color: rgb(189,143,187); }

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

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

 span { border-color: rgb(189,143,187); }

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