#BB68A2

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

Shades of Bouquet #BB68A2

Tints of Bouquet #BB68A2

Color information

#BB68A2 (or 0xBB68A2) is unknown color: approx Bouquet. HEX triplet: BB, 68 and A2. RGB value is (187,104,162). Sum of RGB (Red+Green+Blue) = 187+104+162=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68A2 is #44975D. Grayscale: #878787. Windows color (decimal): -4495198 or 10643643. OLE color: 10643643.

HSL color Cylindrical-coordinate representation of color #BB68A2: hue angle of 318.07º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB68A2 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB187104162-
CMYK00.440.130.27
HSL318.07º37.9%57.06%-
HSV(B)318.07º44.39%73.33%-
XYZ31.9723.0736.95-
YUV135.43143164.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 162 (63.67% from 255) = 35.76%
R=41.28%
G=22.96%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710416200.440.130.27318.0737.957.06
HexBB68A202CD1B13e2639
Octal27315024205415334764671
Binary101110111101000101000100101100110111011100111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB68A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB68A2; }

 p { color: rgb(187,104,162); }

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

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

 a { background-color: rgb(187,104,162); }

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

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

 span { border-color: rgb(187,104,162); }

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