#B0C6AB

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

Shades of Rainee #B0C6AB

Tints of Rainee #B0C6AB

Color information

#B0C6AB (or 0xB0C6AB) is unknown color: approx Rainee. HEX triplet: B0, C6 and AB. RGB value is (176,198,171). Sum of RGB (Red+Green+Blue) = 176+198+171=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C6AB is #4F3954. Grayscale: #BCBCBC. Windows color (decimal): -5192021 or 11257520. OLE color: 11257520.

HSL color Cylindrical-coordinate representation of color #B0C6AB: hue angle of 108.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0C6AB is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB176198171-
CMYK0.1100.140.22
HSL108.89º19.15%72.35%-
HSV(B)108.89º13.64%77.65%-
XYZ45.4552.5646.28-
YUV188.34118.21119.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=32.29%
G=36.33%
B=31.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761981710.1100.140.22108.8919.1572.35
HexB0C6ABB0E166d1348
Octal260306253130162615523110
Binary101100001100011010101011101101110101101101101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C6AB; }

 p { color: rgb(176,198,171); }

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

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

 a { background-color: rgb(176,198,171); }

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

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

 span { border-color: rgb(176,198,171); }

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