#B6CCAC

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

Shades of Rainee #B6CCAC

Tints of Rainee #B6CCAC

Color information

#B6CCAC (or 0xB6CCAC) is unknown color: approx Rainee. HEX triplet: B6, CC and AC. RGB value is (182,204,172). Sum of RGB (Red+Green+Blue) = 182+204+172=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CCAC is #493353. Grayscale: #C1C1C1. Windows color (decimal): -4797268 or 11324598. OLE color: 11324598.

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

Color convert

RGB182204172-
CMYK0.1100.160.2
HSL101.25º23.88%73.73%-
HSV(B)101.25º15.69%80%-
XYZ48.3356.1147.31-
YUV193.77115.71119.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=32.62%
G=36.56%
B=30.82%

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
Decimal1822041720.1100.160.2101.2523.8873.73
HexB6CCACB0101465184a
Octal266314254130202414530112
Binary1011011011001100101011001011010000101001100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCAC; }

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

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

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

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

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

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

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

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