#B2C4A9

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

Shades of Rainee #B2C4A9

Tints of Rainee #B2C4A9

Color information

#B2C4A9 (or 0xB2C4A9) is unknown color: approx Rainee. HEX triplet: B2, C4 and A9. RGB value is (178,196,169). Sum of RGB (Red+Green+Blue) = 178+196+169=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C4A9 is #4D3B56. Grayscale: #BBBBBB. Windows color (decimal): -5061463 or 11125938. OLE color: 11125938.

HSL color Cylindrical-coordinate representation of color #B2C4A9: hue angle of 100º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2C4A9 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB178196169-
CMYK0.0900.140.23
HSL100º18.62%71.57%-
HSV(B)100º13.78%76.86%-
XYZ45.2651.8145.15-
YUV187.54117.54121.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=32.78%
G=36.10%
B=31.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961690.0900.140.2310018.6271.57
HexB2C4A990E17641348
Octal262304251110162714423110
Binary101100101100010010101001100101110101111100100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C4A9; }

 p { color: rgb(178,196,169); }

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

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

 a { background-color: rgb(178,196,169); }

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

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

 span { border-color: rgb(178,196,169); }

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