#BBFAD3

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

Shades of Aero Blue #BBFAD3

Tints of Aero Blue #BBFAD3

Color information

#BBFAD3 (or 0xBBFAD3) is unknown color: approx Aero Blue. HEX triplet: BB, FA and D3. RGB value is (187,250,211). Sum of RGB (Red+Green+Blue) = 187+250+211=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAD3 is #44052C. Grayscale: #E2E2E2. Windows color (decimal): -4457773 or 13892283. OLE color: 13892283.

HSL color Cylindrical-coordinate representation of color #BBFAD3: hue angle of 142.86º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAD3 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB187250211-
CMYK0.2500.160.02
HSL142.86º86.3%85.69%-
HSV(B)142.86º25.2%98.04%-
XYZ66.4483.6474.27-
YUV226.72119.1399.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=28.86%
G=38.58%
B=32.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502110.2500.160.02142.8686.385.69
HexBBFAD31901028f5656
Octal273372323310202217126126
Binary10111011111110101101001111001010000101000111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAD3; }

 p { color: rgb(187,250,211); }

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

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

 a { background-color: rgb(187,250,211); }

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

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

 span { border-color: rgb(187,250,211); }

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