#BD92BA

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

Shades of London Hue #BD92BA

Tints of London Hue #BD92BA

Color information

#BD92BA (or 0xBD92BA) is unknown color: approx London Hue. HEX triplet: BD, 92 and BA. RGB value is (189,146,186). Sum of RGB (Red+Green+Blue) = 189+146+186=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92BA is #426D45. Grayscale: #A3A3A3. Windows color (decimal): -4353350 or 12227261. OLE color: 12227261.

HSL color Cylindrical-coordinate representation of color #BD92BA: hue angle of 304.19º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD92BA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189146186-
CMYK00.230.020.26
HSL304.19º24.57%65.69%-
HSV(B)304.19º22.75%74.12%-
XYZ40.1334.9251.08-
YUV163.42140.75146.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=36.28%
G=28.02%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914618600.230.020.26304.1924.5765.69
HexBD92BA01721A1301942
Octal27522227202723246031102
Binary1011110110010010101110100101111011010100110000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92BA; }

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

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

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

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

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

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

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

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