#B0C1AE

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

Shades of Rainee #B0C1AE

Tints of Rainee #B0C1AE

Color information

#B0C1AE (or 0xB0C1AE) is unknown color: approx Rainee. HEX triplet: B0, C1 and AE. RGB value is (176,193,174). Sum of RGB (Red+Green+Blue) = 176+193+174=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C1AE is #4F3E51. Grayscale: #B9B9B9. Windows color (decimal): -5193298 or 11452848. OLE color: 11452848.

HSL color Cylindrical-coordinate representation of color #B0C1AE: hue angle of 113.68º degrees, saturation: 0.13, 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 #B0C1AE is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB176193174-
CMYK0.0900.100.24
HSL113.68º13.29%71.96%-
HSV(B)113.68º9.84%75.69%-
XYZ44.6150.4347.43-
YUV185.75121.37121.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=32.41%
G=35.54%
B=32.04%

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
Decimal1761931740.0900.100.24113.6813.2971.96
HexB0C1AE90A1872d48
Octal260301256110123016215110
Binary10110000110000011010111010010101011000111001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C1AE; }

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

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

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

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

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

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

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

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