#B3CCAD

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

Shades of Rainee #B3CCAD

Tints of Rainee #B3CCAD

Color information

#B3CCAD (or 0xB3CCAD) is unknown color: approx Rainee. HEX triplet: B3, CC and AD. RGB value is (179,204,173). Sum of RGB (Red+Green+Blue) = 179+204+173=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CCAD is #4C3352. Grayscale: #C1C1C1. Windows color (decimal): -4993875 or 11390131. OLE color: 11390131.

HSL color Cylindrical-coordinate representation of color #B3CCAD: hue angle of 108.39º 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 #B3CCAD is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB179204173-
CMYK0.1200.150.2
HSL108.39º23.31%73.92%-
HSV(B)108.39º15.2%80%-
XYZ47.7355.7947.79-
YUV192.99116.72118.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=32.19%
G=36.69%
B=31.12%

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
Decimal1792041730.1200.150.2108.3923.3173.92
HexB3CCADC0F146c174a
Octal263314255140172415427112
Binary101100111100110010101101110001111101001101100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCAD; }

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

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

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

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

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

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

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

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