#BD80A2

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

Shades of Bouquet #BD80A2

Tints of Bouquet #BD80A2

Color information

#BD80A2 (or 0xBD80A2) is unknown color: approx Bouquet. HEX triplet: BD, 80 and A2. RGB value is (189,128,162). Sum of RGB (Red+Green+Blue) = 189+128+162=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD80A2 is #427F5D. Grayscale: #969696. Windows color (decimal): -4357982 or 10649789. OLE color: 10649789.

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

Color convert

RGB189128162-
CMYK00.320.140.26
HSL326.56º31.61%62.16%-
HSV(B)326.56º32.28%74.12%-
XYZ35.2328.8737.9-
YUV150.11134.71155.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=39.46%
G=26.72%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912816200.320.140.26326.5631.6162.16
HexBD80A2020E1A147203e
Octal27520024204016325074076
Binary1011110110000000101000100100000111011010101000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80A2; }

 p { color: rgb(189,128,162); }

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

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

 a { background-color: rgb(189,128,162); }

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

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

 span { border-color: rgb(189,128,162); }

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