#BBE7D1

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

Shades of Aero Blue #BBE7D1

Tints of Aero Blue #BBE7D1

Color information

#BBE7D1 (or 0xBBE7D1) is unknown color: approx Aero Blue. HEX triplet: BB, E7 and D1. RGB value is (187,231,209). Sum of RGB (Red+Green+Blue) = 187+231+209=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7D1 is #44182E. Grayscale: #D7D7D7. Windows color (decimal): -4462639 or 13756347. OLE color: 13756347.

HSL color Cylindrical-coordinate representation of color #BBE7D1: hue angle of 150º 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 #BBE7D1 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB187231209-
CMYK0.1900.100.09
HSL150º47.83%81.96%-
HSV(B)150º19.05%90.59%-
XYZ60.5872.3271.09-
YUV215.34124.42107.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 231 (90.62% from 255) = 36.84%
BLUE value IS 209 (82.03% from 255) = 33.33%
R=29.82%
G=36.84%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312090.1900.100.0915047.8381.96
HexBBE7D1130A9963052
Octal273347321230121122660122
Binary10111011111001111101000110011010101001100101101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7D1; }

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

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

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

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

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

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

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

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