#B6CDAC

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

Shades of Rainee #B6CDAC

Tints of Rainee #B6CDAC

Color information

#B6CDAC (or 0xB6CDAC) is unknown color: approx Rainee. HEX triplet: B6, CD and AC. RGB value is (182,205,172). Sum of RGB (Red+Green+Blue) = 182+205+172=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CDAC is #493253. Grayscale: #C2C2C2. Windows color (decimal): -4797012 or 11324854. OLE color: 11324854.

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

Color convert

RGB182205172-
CMYK0.1100.160.20
HSL101.82º24.81%73.92%-
HSV(B)101.82º16.1%80.39%-
XYZ48.5756.5947.39-
YUV194.36115.38119.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=32.56%
G=36.67%
B=30.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051720.1100.160.20101.8224.8173.92
HexB6CDACB0101466194a
Octal266315254130202414631112
Binary1011011011001101101011001011010000101001100110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDAC; }

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

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

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

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

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

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

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

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