#B788A3

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

Shades of Bouquet #B788A3

Tints of Bouquet #B788A3

Color information

#B788A3 (or 0xB788A3) is unknown color: approx Bouquet. HEX triplet: B7, 88 and A3. RGB value is (183,136,163). Sum of RGB (Red+Green+Blue) = 183+136+163=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B788A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B788A3 is #48775C. Grayscale: #999999. Windows color (decimal): -4749149 or 10717367. OLE color: 10717367.

HSL color Cylindrical-coordinate representation of color #B788A3: hue angle of 325.53º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B788A3 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB183136163-
CMYK00.260.110.28
HSL325.53º24.61%62.55%-
HSV(B)325.53º25.68%71.76%-
XYZ34.9430.3238.66-
YUV153.13133.57149.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=37.97%
G=28.22%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313616300.260.110.28325.5324.6162.55
HexB788A301AB1C146193f
Octal26721024303213345063177
Binary10110111100010001010001101101010111110010100011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788A3; }

 p { color: rgb(183,136,163); }

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

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

 a { background-color: rgb(183,136,163); }

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

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

 span { border-color: rgb(183,136,163); }

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