#B6C2B5

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

Shades of Rainee #B6C2B5

Tints of Rainee #B6C2B5

Color information

#B6C2B5 (or 0xB6C2B5) is unknown color: approx Rainee. HEX triplet: B6, C2 and B5. RGB value is (182,194,181). Sum of RGB (Red+Green+Blue) = 182+194+181=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C2B5 is #493D4A. Grayscale: #BCBCBC. Windows color (decimal): -4799819 or 11911862. OLE color: 11911862.

HSL color Cylindrical-coordinate representation of color #B6C2B5: hue angle of 115.38º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6C2B5 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB182194181-
CMYK0.0600.070.24
HSL115.38º9.63%73.53%-
HSV(B)115.38º6.7%76.08%-
XYZ46.9251.8651.25-
YUV188.93123.52123.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=32.68%
G=34.83%
B=32.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941810.0600.070.24115.389.6373.53
HexB6C2B56071873a4a
Octal2663022656073016312112
Binary101101101100001010110101110011111000111001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C2B5; }

 p { color: rgb(182,194,181); }

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

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

 a { background-color: rgb(182,194,181); }

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

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

 span { border-color: rgb(182,194,181); }

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