#B6CEAF

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

Shades of Rainee #B6CEAF

Tints of Rainee #B6CEAF

Color information

#B6CEAF (or 0xB6CEAF) is unknown color: approx Rainee. HEX triplet: B6, CE and AF. RGB value is (182,206,175). Sum of RGB (Red+Green+Blue) = 182+206+175=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CEAF is #493150. Grayscale: #C3C3C3. Windows color (decimal): -4796753 or 11521718. OLE color: 11521718.

HSL color Cylindrical-coordinate representation of color #B6CEAF: hue angle of 106.45º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6CEAF is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB182206175-
CMYK0.1200.150.19
HSL106.45º24.03%74.71%-
HSV(B)106.45º15.05%80.78%-
XYZ49.157.1849.01-
YUV195.29116.55118.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.33%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=32.33%
G=36.59%
B=31.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822061750.1200.150.19106.4524.0374.71
HexB6CEAFC0F136a184b
Octal266316257140172315230113
Binary101101101100111010101111110001111100111101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEAF; }

 p { color: rgb(182,206,175); }

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

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

 a { background-color: rgb(182,206,175); }

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

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

 span { border-color: rgb(182,206,175); }

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