#BB6F9F

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

Shades of Bouquet #BB6F9F

Tints of Bouquet #BB6F9F

Color information

#BB6F9F (or 0xBB6F9F) is unknown color: approx Bouquet. HEX triplet: BB, 6F and 9F. RGB value is (187,111,159). Sum of RGB (Red+Green+Blue) = 187+111+159=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6F9F is #449060. Grayscale: #8B8B8B. Windows color (decimal): -4493409 or 10448827. OLE color: 10448827.

HSL color Cylindrical-coordinate representation of color #BB6F9F: hue angle of 322.11º 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 #BB6F9F is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187111159-
CMYK00.410.150.27
HSL322.11º35.85%58.43%-
HSV(B)322.11º40.64%73.33%-
XYZ32.4424.4435.81-
YUV139.2139.18162.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=40.92%
G=24.29%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711115900.410.150.27322.1135.8558.43
HexBB6F9F029F1B142243a
Octal27315723705117335024472
Binary101110111101111100111110101001111111011101000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F9F; }

 p { color: rgb(187,111,159); }

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

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

 a { background-color: rgb(187,111,159); }

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

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

 span { border-color: rgb(187,111,159); }

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