#B3C2AF

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

Shades of Rainee #B3C2AF

Tints of Rainee #B3C2AF

Color information

#B3C2AF (or 0xB3C2AF) is unknown color: approx Rainee. HEX triplet: B3, C2 and AF. RGB value is (179,194,175). Sum of RGB (Red+Green+Blue) = 179+194+175=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C2AF is #4C3D50. Grayscale: #BBBBBB. Windows color (decimal): -4996433 or 11518643. OLE color: 11518643.

HSL color Cylindrical-coordinate representation of color #B3C2AF: hue angle of 107.37º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C2AF is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB179194175-
CMYK0.0800.100.24
HSL107.37º13.48%72.35%-
HSV(B)107.37º9.79%76.08%-
XYZ45.6251.2648.05-
YUV187.35121.03122.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 194 (76.17% from 255) = 35.40%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=32.66%
G=35.40%
B=31.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941750.0800.100.24107.3713.4872.35
HexB3C2AF80A186bd48
Octal263302257100123015315110
Binary10110011110000101010111110000101011000110101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C2AF; }

 p { color: rgb(179,194,175); }

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

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

 a { background-color: rgb(179,194,175); }

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

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

 span { border-color: rgb(179,194,175); }

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