#B4CCAF

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

Shades of Rainee #B4CCAF

Tints of Rainee #B4CCAF

Color information

#B4CCAF (or 0xB4CCAF) is unknown color: approx Rainee. HEX triplet: B4, CC and AF. RGB value is (180,204,175). Sum of RGB (Red+Green+Blue) = 180+204+175=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CCAF is #4B3350. Grayscale: #C1C1C1. Windows color (decimal): -4928337 or 11521204. OLE color: 11521204.

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

Color convert

RGB180204175-
CMYK0.1200.140.2
HSL109.66º22.14%74.31%-
HSV(B)109.66º14.22%80%-
XYZ48.1555.9848.83-
YUV193.52117.55118.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=32.20%
G=36.49%
B=31.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041750.1200.140.2109.6622.1474.31
HexB4CCAFC0E146e164a
Octal264314257140162415626112
Binary101101001100110010101111110001110101001101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCAF; }

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

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

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

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

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

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

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

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