#BBF3D8

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

Shades of Aero Blue #BBF3D8

Tints of Aero Blue #BBF3D8

Color information

#BBF3D8 (or 0xBBF3D8) is unknown color: approx Aero Blue. HEX triplet: BB, F3 and D8. RGB value is (187,243,216). Sum of RGB (Red+Green+Blue) = 187+243+216=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3D8 is #440C27. Grayscale: #DFDFDF. Windows color (decimal): -4459560 or 14218171. OLE color: 14218171.

HSL color Cylindrical-coordinate representation of color #BBF3D8: hue angle of 151.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3D8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB187243216-
CMYK0.2300.110.05
HSL151.07º70%84.31%-
HSV(B)151.07º23.05%95.29%-
XYZ64.9479.6276.91-
YUV223.18123.95102.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 243 (95.31% from 255) = 37.62%
BLUE value IS 216 (84.77% from 255) = 33.44%
R=28.95%
G=37.62%
B=33.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872432160.2300.110.05151.077084.31
HexBBF3D8170B5974654
Octal273363330270135227106124
Binary10111011111100111101100010111010111011001011110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3D8; }

 p { color: rgb(187,243,216); }

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

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

 a { background-color: rgb(187,243,216); }

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

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

 span { border-color: rgb(187,243,216); }

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