#BBEACF

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

Shades of Aero Blue #BBEACF

Tints of Aero Blue #BBEACF

Color information

#BBEACF (or 0xBBEACF) is unknown color: approx Aero Blue. HEX triplet: BB, EA and CF. RGB value is (187,234,207). Sum of RGB (Red+Green+Blue) = 187+234+207=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEACF is #441530. Grayscale: #D8D8D8. Windows color (decimal): -4461873 or 13626043. OLE color: 13626043.

HSL color Cylindrical-coordinate representation of color #BBEACF: hue angle of 145.53º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEACF is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB187234207-
CMYK0.2000.120.08
HSL145.53º52.81%82.55%-
HSV(B)145.53º20.09%91.76%-
XYZ61.1873.9270.07-
YUV216.87122.43106.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=29.78%
G=37.26%
B=32.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342070.2000.120.08145.5352.8182.55
HexBBEACF140C8923553
Octal273352317240141022265123
Binary10111011111010101100111110100011001000100100101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEACF; }

 p { color: rgb(187,234,207); }

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

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

 a { background-color: rgb(187,234,207); }

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

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

 span { border-color: rgb(187,234,207); }

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