#BBF6D5

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

Shades of Aero Blue #BBF6D5

Tints of Aero Blue #BBF6D5

Color information

#BBF6D5 (or 0xBBF6D5) is unknown color: approx Aero Blue. HEX triplet: BB, F6 and D5. RGB value is (187,246,213). Sum of RGB (Red+Green+Blue) = 187+246+213=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 246 (96.48% from 255 or 38.08% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6D5 is #44092A. Grayscale: #E0E0E0. Windows color (decimal): -4458795 or 14022331. OLE color: 14022331.

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

Color convert

RGB187246213-
CMYK0.2400.130.04
HSL146.44º76.62%84.9%-
HSV(B)146.44º23.98%96.47%-
XYZ65.4681.2875.19-
YUV224.6121.45101.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 246 (96.48% from 255) = 38.08%
BLUE value IS 213 (83.59% from 255) = 32.97%
R=28.95%
G=38.08%
B=32.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872462130.2400.130.04146.4476.6284.9
HexBBF6D5180D4924d55
Octal273366325300154222115125
Binary10111011111101101101010111000011011001001001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6D5; }

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

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

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

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

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

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

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

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