#B980A8

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

Shades of Bouquet #B980A8

Tints of Bouquet #B980A8

Color information

#B980A8 (or 0xB980A8) is unknown color: approx Bouquet. HEX triplet: B9, 80 and A8. RGB value is (185,128,168). Sum of RGB (Red+Green+Blue) = 185+128+168=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B980A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980A8 is #467F57. Grayscale: #959595. Windows color (decimal): -4620120 or 11043001. OLE color: 11043001.

HSL color Cylindrical-coordinate representation of color #B980A8: hue angle of 317.89º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B980A8 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB185128168-
CMYK00.310.090.27
HSL317.89º28.93%61.37%-
HSV(B)317.89º30.81%72.55%-
XYZ34.7928.5840.73-
YUV149.6138.38153.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 168 (66.02% from 255) = 34.93%
R=38.46%
G=26.61%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512816800.310.090.27317.8928.9361.37
HexB980A801F91B13e1d3d
Octal27120025003711334763575
Binary10111001100000001010100001111110011101110011111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980A8; }

 p { color: rgb(185,128,168); }

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

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

 a { background-color: rgb(185,128,168); }

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

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

 span { border-color: rgb(185,128,168); }

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