#B1CDA6

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

Shades of Rainee #B1CDA6

Tints of Rainee #B1CDA6

Color information

#B1CDA6 (or 0xB1CDA6) is unknown color: approx Rainee. HEX triplet: B1, CD and A6. RGB value is (177,205,166). Sum of RGB (Red+Green+Blue) = 177+205+166=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CDA6 is #4E3259. Grayscale: #C0C0C0. Windows color (decimal): -5124698 or 10931633. OLE color: 10931633.

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

Color convert

RGB177205166-
CMYK0.1400.190.20
HSL103.08º28.06%72.75%-
HSV(B)103.08º19.02%80.39%-
XYZ46.8555.7644.37-
YUV192.18113.22117.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 166 (65.23% from 255) = 30.29%
R=32.30%
G=37.41%
B=30.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051660.1400.190.20103.0828.0672.75
HexB1CDA6E01314671c49
Octal261315246160232414734111
Binary1011000111001101101001101110010011101001100111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDA6; }

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

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

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

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

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

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

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

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