#B4C8AF

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

Shades of Rainee #B4C8AF

Tints of Rainee #B4C8AF

Color information

#B4C8AF (or 0xB4C8AF) is unknown color: approx Rainee. HEX triplet: B4, C8 and AF. RGB value is (180,200,175). Sum of RGB (Red+Green+Blue) = 180+200+175=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C8AF is #4B3750. Grayscale: #BFBFBF. Windows color (decimal): -4929361 or 11520180. OLE color: 11520180.

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

Color convert

RGB180200175-
CMYK0.100.120.22
HSL108º18.52%73.53%-
HSV(B)108º12.5%78.43%-
XYZ47.2154.1148.51-
YUV191.17118.87120.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=32.43%
G=36.04%
B=31.53%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1802001750.100.120.2210818.5273.53
HexB4C8AFA0C166c134a
Octal264310257120142615423112
Binary101101001100100010101111101001100101101101100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C8AF; }

 p { color: rgb(180,200,175); }

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

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

 a { background-color: rgb(180,200,175); }

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

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

 span { border-color: rgb(180,200,175); }

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