#BD8FBA

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

Shades of London Hue #BD8FBA

Tints of London Hue #BD8FBA

Color information

#BD8FBA (or 0xBD8FBA) is unknown color: approx London Hue. HEX triplet: BD, 8F and BA. RGB value is (189,143,186). Sum of RGB (Red+Green+Blue) = 189+143+186=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FBA is #427045. Grayscale: #A1A1A1. Windows color (decimal): -4354118 or 12226493. OLE color: 12226493.

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

Color convert

RGB189143186-
CMYK00.240.020.26
HSL303.91º25.84%65.1%-
HSV(B)303.91º24.34%74.12%-
XYZ39.6734.0150.93-
YUV161.66141.74147.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=36.49%
G=27.61%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914318600.240.020.26303.9125.8465.1
HexBD8FBA01821A1301a41
Octal27521727203023246032101
Binary1011110110001111101110100110001011010100110000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FBA; }

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

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

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

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

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

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

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

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