#B0C2AE

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

Shades of Rainee #B0C2AE

Tints of Rainee #B0C2AE

Color information

#B0C2AE (or 0xB0C2AE) is unknown color: approx Rainee. HEX triplet: B0, C2 and AE. RGB value is (176,194,174). Sum of RGB (Red+Green+Blue) = 176+194+174=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C2AE is #4F3D51. Grayscale: #BABABA. Windows color (decimal): -5193042 or 11453104. OLE color: 11453104.

HSL color Cylindrical-coordinate representation of color #B0C2AE: hue angle of 114º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0C2AE is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB176194174-
CMYK0.0900.100.24
HSL114º14.08%72.16%-
HSV(B)114º10.31%76.08%-
XYZ44.8450.8747.5-
YUV186.34121.04120.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=32.35%
G=35.66%
B=31.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761941740.0900.100.2411414.0872.16
HexB0C2AE90A1872e48
Octal260302256110123016216110
Binary10110000110000101010111010010101011000111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C2AE; }

 p { color: rgb(176,194,174); }

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

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

 a { background-color: rgb(176,194,174); }

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

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

 span { border-color: rgb(176,194,174); }

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