#BB7CA4

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

Shades of Bouquet #BB7CA4

Tints of Bouquet #BB7CA4

Color information

#BB7CA4 (or 0xBB7CA4) is unknown color: approx Bouquet. HEX triplet: BB, 7C and A4. RGB value is (187,124,164). Sum of RGB (Red+Green+Blue) = 187+124+164=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7CA4 is #44835B. Grayscale: #939393. Windows color (decimal): -4490076 or 10779835. OLE color: 10779835.

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

Color convert

RGB187124164-
CMYK00.340.120.27
HSL321.9º31.66%60.98%-
HSV(B)321.9º33.69%73.33%-
XYZ34.427.6638.65-
YUV147.4137.37156.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=39.37%
G=26.11%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712416400.340.120.27321.931.6660.98
HexBB7CA4022C1B142203d
Octal27317424404214335024075
Binary101110111111100101001000100010110011011101000010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7CA4; }

 p { color: rgb(187,124,164); }

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

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

 a { background-color: rgb(187,124,164); }

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

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

 span { border-color: rgb(187,124,164); }

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