#B5CAAC

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

Shades of Rainee #B5CAAC

Tints of Rainee #B5CAAC

Color information

#B5CAAC (or 0xB5CAAC) is unknown color: approx Rainee. HEX triplet: B5, CA and AC. RGB value is (181,202,172). Sum of RGB (Red+Green+Blue) = 181+202+172=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CAAC is #4A3553. Grayscale: #C0C0C0. Windows color (decimal): -4863316 or 11324085. OLE color: 11324085.

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

Color convert

RGB181202172-
CMYK0.1000.150.21
HSL102º22.06%73.33%-
HSV(B)102º14.85%79.22%-
XYZ47.6255.0447.14-
YUV192.3116.54119.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=32.61%
G=36.40%
B=30.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812021720.1000.150.2110222.0673.33
HexB5CAACA0F15661649
Octal265312254120172514626111
Binary101101011100101010101100101001111101011100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CAAC; }

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

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

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

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

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

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

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

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