#BB6BA4

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

Shades of Bouquet #BB6BA4

Tints of Bouquet #BB6BA4

Color information

#BB6BA4 (or 0xBB6BA4) is unknown color: approx Bouquet. HEX triplet: BB, 6B and A4. RGB value is (187,107,164). Sum of RGB (Red+Green+Blue) = 187+107+164=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BA4 is #44945B. Grayscale: #898989. Windows color (decimal): -4494428 or 10775483. OLE color: 10775483.

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

Color convert

RGB187107164-
CMYK00.430.120.27
HSL317.25º37.04%57.65%-
HSV(B)317.25º42.78%73.33%-
XYZ32.4523.7638-
YUV137.42143163.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 107 (42.19% from 255) = 23.36%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=40.83%
G=23.36%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710716400.430.120.27317.2537.0457.65
HexBB6BA402BC1B13d253a
Octal27315324405314334754572
Binary101110111101011101001000101011110011011100111101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BA4; }

 p { color: rgb(187,107,164); }

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

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

 a { background-color: rgb(187,107,164); }

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

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

 span { border-color: rgb(187,107,164); }

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