#B2C4AF

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

Shades of Rainee #B2C4AF

Tints of Rainee #B2C4AF

Color information

#B2C4AF (or 0xB2C4AF) is unknown color: approx Rainee. HEX triplet: B2, C4 and AF. RGB value is (178,196,175). Sum of RGB (Red+Green+Blue) = 178+196+175=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C4AF is #4D3B50. Grayscale: #BCBCBC. Windows color (decimal): -5061457 or 11519154. OLE color: 11519154.

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

Color convert

RGB178196175-
CMYK0.0900.110.23
HSL111.43º15.11%72.75%-
HSV(B)111.43º10.71%76.86%-
XYZ45.8452.0448.19-
YUV188.22120.54120.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=32.42%
G=35.70%
B=31.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961750.0900.110.23111.4315.1172.75
HexB2C4AF90B176ff49
Octal262304257110132715717111
Binary10110010110001001010111110010101110111110111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C4AF; }

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

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

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

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

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

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

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

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