#BBF3D1

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

Shades of Aero Blue #BBF3D1

Tints of Aero Blue #BBF3D1

Color information

#BBF3D1 (or 0xBBF3D1) is unknown color: approx Aero Blue. HEX triplet: BB, F3 and D1. RGB value is (187,243,209). Sum of RGB (Red+Green+Blue) = 187+243+209=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3D1 is #440C2E. Grayscale: #DEDEDE. Windows color (decimal): -4459567 or 13759419. OLE color: 13759419.

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

Color convert

RGB187243209-
CMYK0.2300.140.05
HSL143.57º70%84.31%-
HSV(B)143.57º23.05%95.29%-
XYZ64.0579.2772.25-
YUV222.38120.45102.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 243 (95.31% from 255) = 38.03%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=29.26%
G=38.03%
B=32.71%

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
Decimal1872432090.2300.140.05143.577084.31
HexBBF3D1170E5904654
Octal273363321270165220106124
Binary10111011111100111101000110111011101011001000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3D1; }

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

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

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

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

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

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

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

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