#B3CAAD

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

Shades of Rainee #B3CAAD

Tints of Rainee #B3CAAD

Color information

#B3CAAD (or 0xB3CAAD) is unknown color: approx Rainee. HEX triplet: B3, CA and AD. RGB value is (179,202,173). Sum of RGB (Red+Green+Blue) = 179+202+173=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CAAD is #4C3552. Grayscale: #BFBFBF. Windows color (decimal): -4994387 or 11389619. OLE color: 11389619.

HSL color Cylindrical-coordinate representation of color #B3CAAD: hue angle of 107.59º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CAAD is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB179202173-
CMYK0.1100.140.21
HSL107.59º21.48%73.53%-
HSV(B)107.59º14.36%79.22%-
XYZ47.2554.8447.63-
YUV191.82117.38118.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=32.31%
G=36.46%
B=31.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021730.1100.140.21107.5921.4873.53
HexB3CAADB0E156c154a
Octal263312255130162515425112
Binary101100111100101010101101101101110101011101100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAAD; }

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

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

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

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

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

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

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

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