#B4CCAD

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

Shades of Rainee #B4CCAD

Tints of Rainee #B4CCAD

Color information

#B4CCAD (or 0xB4CCAD) is unknown color: approx Rainee. HEX triplet: B4, CC and AD. RGB value is (180,204,173). Sum of RGB (Red+Green+Blue) = 180+204+173=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CCAD is #4B3352. Grayscale: #C1C1C1. Windows color (decimal): -4928339 or 11390132. OLE color: 11390132.

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

Color convert

RGB180204173-
CMYK0.1200.150.2
HSL106.45º23.31%73.92%-
HSV(B)106.45º15.2%80%-
XYZ47.9655.9147.8-
YUV193.29116.55118.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=32.32%
G=36.62%
B=31.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041730.1200.150.2106.4523.3173.92
HexB4CCADC0F146a174a
Octal264314255140172415227112
Binary101101001100110010101101110001111101001101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCAD; }

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

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

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

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

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

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

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

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