#B3CBAE

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

Shades of Rainee #B3CBAE

Tints of Rainee #B3CBAE

Color information

#B3CBAE (or 0xB3CBAE) is unknown color: approx Rainee. HEX triplet: B3, CB and AE. RGB value is (179,203,174). Sum of RGB (Red+Green+Blue) = 179+203+174=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CBAE is #4C3451. Grayscale: #C0C0C0. Windows color (decimal): -4994130 or 11455411. OLE color: 11455411.

HSL color Cylindrical-coordinate representation of color #B3CBAE: hue angle of 109.66º 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 #B3CBAE is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB179203174-
CMYK0.1200.140.20
HSL109.66º21.8%73.92%-
HSV(B)109.66º14.29%79.61%-
XYZ47.5955.3548.22-
YUV192.52117.55118.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=32.19%
G=36.51%
B=31.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031740.1200.140.20109.6621.873.92
HexB3CBAEC0E146e164a
Octal263313256140162415626112
Binary101100111100101110101110110001110101001101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBAE; }

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

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

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

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

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

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

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

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