#BBE7D2

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

Shades of Aero Blue #BBE7D2

Tints of Aero Blue #BBE7D2

Color information

#BBE7D2 (or 0xBBE7D2) is unknown color: approx Aero Blue. HEX triplet: BB, E7 and D2. RGB value is (187,231,210). Sum of RGB (Red+Green+Blue) = 187+231+210=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7D2 is #44182D. Grayscale: #D7D7D7. Windows color (decimal): -4462638 or 13821883. OLE color: 13821883.

HSL color Cylindrical-coordinate representation of color #BBE7D2: hue angle of 151.36º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7D2 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB187231210-
CMYK0.1900.090.09
HSL151.36º47.83%81.96%-
HSV(B)151.36º19.05%90.59%-
XYZ60.772.3771.74-
YUV215.45124.92107.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 231 (90.62% from 255) = 36.78%
BLUE value IS 210 (82.42% from 255) = 33.44%
R=29.78%
G=36.78%
B=33.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312100.1900.090.09151.3647.8381.96
HexBBE7D213099973052
Octal273347322230111122760122
Binary10111011111001111101001010011010011001100101111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7D2; }

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

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

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

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

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

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

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

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