#B2669C

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

Shades of Bouquet #B2669C

Tints of Bouquet #B2669C

Color information

#B2669C (or 0xB2669C) is unknown color: approx Bouquet. HEX triplet: B2, 66 and 9C. RGB value is (178,102,156). Sum of RGB (Red+Green+Blue) = 178+102+156=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2669C is #4D9963. Grayscale: #828282. Windows color (decimal): -5085540 or 10249906. OLE color: 10249906.

HSL color Cylindrical-coordinate representation of color #B2669C: hue angle of 317.37º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2669C is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB178102156-
CMYK00.430.120.30
HSL317.37º33.04%54.9%-
HSV(B)317.37º42.7%69.8%-
XYZ29.1121.3734.04-
YUV130.88142.18161.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=40.83%
G=23.39%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810215600.430.120.30317.3733.0454.9
HexB2669C02BC1E13d2137
Octal26214623405314364754167
Binary101100101100110100111000101011110011110100111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2669C; }

 p { color: rgb(178,102,156); }

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

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

 a { background-color: rgb(178,102,156); }

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

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

 span { border-color: rgb(178,102,156); }

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