#BBF3D2

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

Shades of Aero Blue #BBF3D2

Tints of Aero Blue #BBF3D2

Color information

#BBF3D2 (or 0xBBF3D2) is unknown color: approx Aero Blue. HEX triplet: BB, F3 and D2. RGB value is (187,243,210). Sum of RGB (Red+Green+Blue) = 187+243+210=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3D2 is #440C2D. Grayscale: #DEDEDE. Windows color (decimal): -4459566 or 13824955. OLE color: 13824955.

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

Color convert

RGB187243210-
CMYK0.2300.140.05
HSL144.64º70%84.31%-
HSV(B)144.64º23.05%95.29%-
XYZ64.1879.3272.9-
YUV222.49120.95102.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 243 (95.31% from 255) = 37.97%
BLUE value IS 210 (82.42% from 255) = 32.81%
R=29.22%
G=37.97%
B=32.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872432100.2300.140.05144.647084.31
HexBBF3D2170E5914654
Octal273363322270165221106124
Binary10111011111100111101001010111011101011001000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3D2; }

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

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

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

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

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

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

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

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