#BB6EAC

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

Shades of Bouquet #BB6EAC

Tints of Bouquet #BB6EAC

Color information

#BB6EAC (or 0xBB6EAC) is unknown color: approx Bouquet. HEX triplet: BB, 6E and AC. RGB value is (187,110,172). Sum of RGB (Red+Green+Blue) = 187+110+172=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6EAC is #449153. Grayscale: #8B8B8B. Windows color (decimal): -4493652 or 11300539. OLE color: 11300539.

HSL color Cylindrical-coordinate representation of color #BB6EAC: hue angle of 311.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6EAC is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB187110172-
CMYK00.410.080.27
HSL311.69º36.15%58.24%-
HSV(B)311.69º41.18%73.33%-
XYZ33.5224.742.03-
YUV140.09146.01161.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=39.87%
G=23.45%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711017200.410.080.27311.6936.1558.24
HexBB6EAC02981B138243a
Octal27315625405110334704472
Binary101110111101110101011000101001100011011100111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EAC; }

 p { color: rgb(187,110,172); }

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

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

 a { background-color: rgb(187,110,172); }

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

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

 span { border-color: rgb(187,110,172); }

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