#B6CBAE

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

Shades of Rainee #B6CBAE

Tints of Rainee #B6CBAE

Color information

#B6CBAE (or 0xB6CBAE) is unknown color: approx Rainee. HEX triplet: B6, CB and AE. RGB value is (182,203,174). Sum of RGB (Red+Green+Blue) = 182+203+174=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CBAE is #493451. Grayscale: #C1C1C1. Windows color (decimal): -4797522 or 11455414. OLE color: 11455414.

HSL color Cylindrical-coordinate representation of color #B6CBAE: hue angle of 103.45º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6CBAE is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB182203174-
CMYK0.1000.140.20
HSL103.45º21.8%73.92%-
HSV(B)103.45º14.29%79.61%-
XYZ48.2955.7148.25-
YUV193.42117.04119.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=32.56%
G=36.31%
B=31.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822031740.1000.140.20103.4521.873.92
HexB6CBAEA0E1467164a
Octal266313256120162414726112
Binary101101101100101110101110101001110101001100111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CBAE; }

 p { color: rgb(182,203,174); }

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

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

 a { background-color: rgb(182,203,174); }

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

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

 span { border-color: rgb(182,203,174); }

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