#BBF6DA

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

Shades of Aero Blue #BBF6DA

Tints of Aero Blue #BBF6DA

Color information

#BBF6DA (or 0xBBF6DA) is unknown color: approx Aero Blue. HEX triplet: BB, F6 and DA. RGB value is (187,246,218). Sum of RGB (Red+Green+Blue) = 187+246+218=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6DA is #440925. Grayscale: #E1E1E1. Windows color (decimal): -4458790 or 14350011. OLE color: 14350011.

HSL color Cylindrical-coordinate representation of color #BBF6DA: hue angle of 151.53º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6DA is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB187246218-
CMYK0.2400.110.04
HSL151.53º76.62%84.9%-
HSV(B)151.53º23.98%96.47%-
XYZ66.181.5478.58-
YUV225.17123.95100.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 246 (96.48% from 255) = 37.79%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=28.73%
G=37.79%
B=33.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872462180.2400.110.04151.5376.6284.9
HexBBF6DA180B4984d55
Octal273366332300134230115125
Binary10111011111101101101101011000010111001001100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6DA; }

 p { color: rgb(187,246,218); }

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

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

 a { background-color: rgb(187,246,218); }

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

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

 span { border-color: rgb(187,246,218); }

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