#B6C6B1

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

Shades of Rainee #B6C6B1

Tints of Rainee #B6C6B1

Color information

#B6C6B1 (or 0xB6C6B1) is unknown color: approx Rainee. HEX triplet: B6, C6 and B1. RGB value is (182,198,177). Sum of RGB (Red+Green+Blue) = 182+198+177=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C6B1 is #49394E. Grayscale: #BEBEBE. Windows color (decimal): -4798799 or 11650742. OLE color: 11650742.

HSL color Cylindrical-coordinate representation of color #B6C6B1: hue angle of 105.71º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6C6B1 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB182198177-
CMYK0.0800.110.22
HSL105.71º15.56%73.53%-
HSV(B)105.71º10.61%77.65%-
XYZ47.4253.5149.42-
YUV190.82120.2121.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=32.68%
G=35.55%
B=31.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821981770.0800.110.22105.7115.5673.53
HexB6C6B180B166a104a
Octal266306261100132615220112
Binary101101101100011010110001100001011101101101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C6B1; }

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

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

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

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

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

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

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

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