#B0C4AC

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

Shades of Rainee #B0C4AC

Tints of Rainee #B0C4AC

Color information

#B0C4AC (or 0xB0C4AC) is unknown color: approx Rainee. HEX triplet: B0, C4 and AC. RGB value is (176,196,172). Sum of RGB (Red+Green+Blue) = 176+196+172=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C4AC is #4F3B53. Grayscale: #BBBBBB. Windows color (decimal): -5192532 or 11322544. OLE color: 11322544.

HSL color Cylindrical-coordinate representation of color #B0C4AC: hue angle of 110º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C4AC is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB176196172-
CMYK0.1000.120.23
HSL110º16.9%72.16%-
HSV(B)110º12.24%76.86%-
XYZ45.0951.6946.63-
YUV187.28119.37119.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 196 (76.95% from 255) = 36.03%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=32.35%
G=36.03%
B=31.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961720.1000.120.2311016.972.16
HexB0C4ACA0C176e1148
Octal260304254120142715621110
Binary101100001100010010101100101001100101111101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C4AC; }

 p { color: rgb(176,196,172); }

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

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

 a { background-color: rgb(176,196,172); }

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

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

 span { border-color: rgb(176,196,172); }

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