#B5CAB1

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

Shades of Rainee #B5CAB1

Tints of Rainee #B5CAB1

Color information

#B5CAB1 (or 0xB5CAB1) is unknown color: approx Rainee. HEX triplet: B5, CA and B1. RGB value is (181,202,177). Sum of RGB (Red+Green+Blue) = 181+202+177=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CAB1 is #4A354E. Grayscale: #C0C0C0. Windows color (decimal): -4863311 or 11651765. OLE color: 11651765.

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

Color convert

RGB181202177-
CMYK0.1000.120.21
HSL110.4º19.08%74.31%-
HSV(B)110.4º12.38%79.22%-
XYZ48.1155.2449.72-
YUV192.87119.04119.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=32.32%
G=36.07%
B=31.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812021770.1000.120.21110.419.0874.31
HexB5CAB1A0C156e134a
Octal265312261120142515623112
Binary101101011100101010110001101001100101011101110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CAB1; }

 p { color: rgb(181,202,177); }

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

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

 a { background-color: rgb(181,202,177); }

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

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

 span { border-color: rgb(181,202,177); }

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