#B5CCAC

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

Shades of Rainee #B5CCAC

Tints of Rainee #B5CCAC

Color information

#B5CCAC (or 0xB5CCAC) is unknown color: approx Rainee. HEX triplet: B5, CC and AC. RGB value is (181,204,172). Sum of RGB (Red+Green+Blue) = 181+204+172=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CCAC is #4A3353. Grayscale: #C1C1C1. Windows color (decimal): -4862804 or 11324597. OLE color: 11324597.

HSL color Cylindrical-coordinate representation of color #B5CCAC: hue angle of 103.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5CCAC is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB181204172-
CMYK0.1100.160.2
HSL103.12º23.88%73.73%-
HSV(B)103.12º15.69%80%-
XYZ48.155.9947.3-
YUV193.48115.88119.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=32.50%
G=36.62%
B=30.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1812041720.1100.160.2103.1223.8873.73
HexB5CCACB0101467184a
Octal265314254130202414730112
Binary1011010111001100101011001011010000101001100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCAC; }

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

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

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

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

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

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

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

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