#B1C3AF

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

Shades of Rainee #B1C3AF

Tints of Rainee #B1C3AF

Color information

#B1C3AF (or 0xB1C3AF) is unknown color: approx Rainee. HEX triplet: B1, C3 and AF. RGB value is (177,195,175). Sum of RGB (Red+Green+Blue) = 177+195+175=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C3AF is #4E3C50. Grayscale: #BBBBBB. Windows color (decimal): -5127249 or 11518897. OLE color: 11518897.

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

Color convert

RGB177195175-
CMYK0.0900.100.24
HSL114º14.29%72.55%-
HSV(B)114º10.26%76.47%-
XYZ45.3851.4748.1-
YUV187.34121.04120.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=32.36%
G=35.65%
B=31.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951750.0900.100.2411414.2972.55
HexB1C3AF90A1872e49
Octal261303257110123016216111
Binary10110001110000111010111110010101011000111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3AF; }

 p { color: rgb(177,195,175); }

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

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

 a { background-color: rgb(177,195,175); }

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

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

 span { border-color: rgb(177,195,175); }

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