#B4CAAD

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

Shades of Rainee #B4CAAD

Tints of Rainee #B4CAAD

Color information

#B4CAAD (or 0xB4CAAD) is unknown color: approx Rainee. HEX triplet: B4, CA and AD. RGB value is (180,202,173). Sum of RGB (Red+Green+Blue) = 180+202+173=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CAAD is #4B3552. Grayscale: #C0C0C0. Windows color (decimal): -4928851 or 11389620. OLE color: 11389620.

HSL color Cylindrical-coordinate representation of color #B4CAAD: hue angle of 105.52º 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 #B4CAAD is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB180202173-
CMYK0.1100.140.21
HSL105.52º21.48%73.53%-
HSV(B)105.52º14.36%79.22%-
XYZ47.4954.9647.64-
YUV192.12117.21119.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=32.43%
G=36.40%
B=31.17%

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
Decimal1802021730.1100.140.21105.5221.4873.53
HexB4CAADB0E156a154a
Octal264312255130162515225112
Binary101101001100101010101101101101110101011101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAAD; }

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

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

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

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

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

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

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

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