#B6C5B1

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

Shades of Rainee #B6C5B1

Tints of Rainee #B6C5B1

Color information

#B6C5B1 (or 0xB6C5B1) is unknown color: approx Rainee. HEX triplet: B6, C5 and B1. RGB value is (182,197,177). Sum of RGB (Red+Green+Blue) = 182+197+177=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C5B1 is #493A4E. Grayscale: #BEBEBE. Windows color (decimal): -4799055 or 11650486. OLE color: 11650486.

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

Color convert

RGB182197177-
CMYK0.0800.100.23
HSL105º14.71%73.33%-
HSV(B)105º10.15%77.25%-
XYZ47.1953.0549.35-
YUV190.24120.53122.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=32.73%
G=35.43%
B=31.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821971770.0800.100.2310514.7173.33
HexB6C5B180A1769f49
Octal266305261100122715117111
Binary10110110110001011011000110000101010111110100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C5B1; }

 p { color: rgb(182,197,177); }

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

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

 a { background-color: rgb(182,197,177); }

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

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

 span { border-color: rgb(182,197,177); }

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