#BD78AE

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

Shades of London Hue #BD78AE

Tints of London Hue #BD78AE

Color information

#BD78AE (or 0xBD78AE) is unknown color: approx London Hue. HEX triplet: BD, 78 and AE. RGB value is (189,120,174). Sum of RGB (Red+Green+Blue) = 189+120+174=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78AE is #428751. Grayscale: #929292. Windows color (decimal): -4360018 or 11434173. OLE color: 11434173.

HSL color Cylindrical-coordinate representation of color #BD78AE: hue angle of 313.04º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD78AE is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189120174-
CMYK00.370.080.26
HSL313.04º34.33%60.59%-
HSV(B)313.04º36.51%74.12%-
XYZ35.3427.3143.45-
YUV146.79143.36158.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=39.13%
G=24.84%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912017400.370.080.26313.0434.3360.59
HexBD78AE02581A139223d
Octal27517025604510324714275
Binary101111011111000101011100100101100011010100111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78AE; }

 p { color: rgb(189,120,174); }

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

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

 a { background-color: rgb(189,120,174); }

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

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

 span { border-color: rgb(189,120,174); }

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