#BB6DAB

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

Shades of Bouquet #BB6DAB

Tints of Bouquet #BB6DAB

Color information

#BB6DAB (or 0xBB6DAB) is unknown color: approx Bouquet. HEX triplet: BB, 6D and AB. RGB value is (187,109,171). Sum of RGB (Red+Green+Blue) = 187+109+171=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DAB is #449254. Grayscale: #8B8B8B. Windows color (decimal): -4493909 or 11234747. OLE color: 11234747.

HSL color Cylindrical-coordinate representation of color #BB6DAB: hue angle of 312.31º degrees, saturation: 0.36, 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 #BB6DAB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187109171-
CMYK00.420.090.27
HSL312.31º36.45%58.04%-
HSV(B)312.31º41.71%73.33%-
XYZ33.3124.4441.49-
YUV139.39145.84161.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=40.04%
G=23.34%
B=36.62%

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
Decimal18710917100.420.090.27312.3136.4558.04
HexBB6DAB02A91B138243a
Octal27315525305211334704472
Binary101110111101101101010110101010100111011100111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6DAB; }

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

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

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

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

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

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

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

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