#B6CDB1

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

Shades of Rainee #B6CDB1

Tints of Rainee #B6CDB1

Color information

#B6CDB1 (or 0xB6CDB1) is unknown color: approx Rainee. HEX triplet: B6, CD and B1. RGB value is (182,205,177). Sum of RGB (Red+Green+Blue) = 182+205+177=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CDB1 is #49324E. Grayscale: #C3C3C3. Windows color (decimal): -4797007 or 11652534. OLE color: 11652534.

HSL color Cylindrical-coordinate representation of color #B6CDB1: hue angle of 109.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6CDB1 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB182205177-
CMYK0.1100.140.20
HSL109.29º21.88%74.9%-
HSV(B)109.29º13.66%80.39%-
XYZ49.0656.7849.97-
YUV194.93117.88118.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.27%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=32.27%
G=36.35%
B=31.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051770.1100.140.20109.2921.8874.9
HexB6CDB1B0E146d164b
Octal266315261130162415526113
Binary101101101100110110110001101101110101001101101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDB1; }

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

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

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

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

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

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

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

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