#BB6CAB

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

Shades of Bouquet #BB6CAB

Tints of Bouquet #BB6CAB

Color information

#BB6CAB (or 0xBB6CAB) is unknown color: approx Bouquet. HEX triplet: BB, 6C and AB. RGB value is (187,108,171). Sum of RGB (Red+Green+Blue) = 187+108+171=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6CAB is #449354. Grayscale: #8A8A8A. Windows color (decimal): -4494165 or 11234491. OLE color: 11234491.

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

Color convert

RGB187108171-
CMYK00.420.090.27
HSL312.15º36.74%57.84%-
HSV(B)312.15º42.25%73.33%-
XYZ33.2124.2341.45-
YUV138.8146.17162.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=40.13%
G=23.18%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710817100.420.090.27312.1536.7457.84
HexBB6CAB02A91B138253a
Octal27315425305211334704572
Binary101110111101100101010110101010100111011100111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6CAB; }

 p { color: rgb(187,108,171); }

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

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

 a { background-color: rgb(187,108,171); }

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

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

 span { border-color: rgb(187,108,171); }

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