#B488A1

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

Shades of Bouquet #B488A1

Tints of Bouquet #B488A1

Color information

#B488A1 (or 0xB488A1) is unknown color: approx Bouquet. HEX triplet: B4, 88 and A1. RGB value is (180,136,161). Sum of RGB (Red+Green+Blue) = 180+136+161=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B488A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488A1 is #4B775E. Grayscale: #979797. Windows color (decimal): -4945759 or 10586292. OLE color: 10586292.

HSL color Cylindrical-coordinate representation of color #B488A1: hue angle of 325.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B488A1 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB180136161-
CMYK00.240.110.29
HSL325.91º22.68%61.96%-
HSV(B)325.91º24.44%70.59%-
XYZ34.0629.8837.69-
YUV152.01133.08147.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=37.74%
G=28.51%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013616100.240.110.29325.9122.6861.96
HexB488A1018B1D146173e
Octal26421024103013355062776
Binary10110100100010001010000101100010111110110100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488A1; }

 p { color: rgb(180,136,161); }

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

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

 a { background-color: rgb(180,136,161); }

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

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

 span { border-color: rgb(180,136,161); }

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