#BB6CA3

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

Shades of Bouquet #BB6CA3

Tints of Bouquet #BB6CA3

Color information

#BB6CA3 (or 0xBB6CA3) is unknown color: approx Bouquet. HEX triplet: BB, 6C and A3. RGB value is (187,108,163). Sum of RGB (Red+Green+Blue) = 187+108+163=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6CA3 is #44935C. Grayscale: #898989. Windows color (decimal): -4494173 or 10710203. OLE color: 10710203.

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

Color convert

RGB187108163-
CMYK00.420.130.27
HSL318.23º36.74%57.84%-
HSV(B)318.23º42.25%73.33%-
XYZ32.4723.9337.56-
YUV137.89142.17163.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 163 (64.06% from 255) = 35.59%
R=40.83%
G=23.58%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710816300.420.130.27318.2336.7457.84
HexBB6CA302AD1B13e253a
Octal27315424305215334764572
Binary101110111101100101000110101010110111011100111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6CA3; }

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

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

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

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

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

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

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

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