#BBF6D3

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

Shades of Aero Blue #BBF6D3

Tints of Aero Blue #BBF6D3

Color information

#BBF6D3 (or 0xBBF6D3) is unknown color: approx Aero Blue. HEX triplet: BB, F6 and D3. RGB value is (187,246,211). Sum of RGB (Red+Green+Blue) = 187+246+211=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6D3 is #44092C. Grayscale: #E0E0E0. Windows color (decimal): -4458797 or 13891259. OLE color: 13891259.

HSL color Cylindrical-coordinate representation of color #BBF6D3: hue angle of 144.41º 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 #BBF6D3 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB187246211-
CMYK0.2400.140.04
HSL144.41º76.62%84.9%-
HSV(B)144.41º23.98%96.47%-
XYZ65.2181.1873.86-
YUV224.37120.45101.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 246 (96.48% from 255) = 38.20%
BLUE value IS 211 (82.81% from 255) = 32.76%
R=29.04%
G=38.20%
B=32.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872462110.2400.140.04144.4176.6284.9
HexBBF6D3180E4904d55
Octal273366323300164220115125
Binary10111011111101101101001111000011101001001000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6D3; }

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

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

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

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

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

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

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

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