#BB809C

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

Shades of Bouquet #BB809C

Tints of Bouquet #BB809C

Color information

#BB809C (or 0xBB809C) is unknown color: approx Bouquet. HEX triplet: BB, 80 and 9C. RGB value is (187,128,156). Sum of RGB (Red+Green+Blue) = 187+128+156=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB809C is #447F63. Grayscale: #949494. Windows color (decimal): -4489060 or 10256571. OLE color: 10256571.

HSL color Cylindrical-coordinate representation of color #BB809C: hue angle of 331.53º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB809C is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187128156-
CMYK00.320.170.27
HSL331.53º30.26%61.76%-
HSV(B)331.53º31.55%73.33%-
XYZ34.2128.435.13-
YUV148.83132.05155.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=39.70%
G=27.18%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712815600.320.170.27331.5330.2661.76
HexBB809C020111B14c1e3e
Octal27320023404021335143676
Binary1011101110000000100111000100000100011101110100110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB809C; }

 p { color: rgb(187,128,156); }

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

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

 a { background-color: rgb(187,128,156); }

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

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

 span { border-color: rgb(187,128,156); }

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