#B6E6CE

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

Shades of Aero Blue #B6E6CE

Tints of Aero Blue #B6E6CE

Color information

#B6E6CE (or 0xB6E6CE) is unknown color: approx Aero Blue. HEX triplet: B6, E6 and CE. RGB value is (182,230,206). Sum of RGB (Red+Green+Blue) = 182+230+206=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #B6E6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E6CE is #491931. Grayscale: #D4D4D4. Windows color (decimal): -4790578 or 13559478. OLE color: 13559478.

HSL color Cylindrical-coordinate representation of color #B6E6CE: hue angle of 150º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E6CE is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB182230206-
CMYK0.2100.100.10
HSL150º48.98%80.78%-
HSV(B)150º20.87%90.2%-
XYZ58.7370.9969-
YUV212.91124.1105.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.45%
GREEN value IS 230 (90.23% from 255) = 37.22%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=29.45%
G=37.22%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1822302060.2100.100.1015048.9880.78
HexB6E6CE150AA963151
Octal266346316250121222661121
Binary10110110111001101100111010101010101010100101101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E6CE; }

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

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

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

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

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

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

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

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