#BBEACD

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

Shades of Aero Blue #BBEACD

Tints of Aero Blue #BBEACD

Color information

#BBEACD (or 0xBBEACD) is unknown color: approx Aero Blue. HEX triplet: BB, EA and CD. RGB value is (187,234,205). Sum of RGB (Red+Green+Blue) = 187+234+205=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEACD is #441532. Grayscale: #D8D8D8. Windows color (decimal): -4461875 or 13494971. OLE color: 13494971.

HSL color Cylindrical-coordinate representation of color #BBEACD: hue angle of 142.98º 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 #BBEACD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB187234205-
CMYK0.2000.120.08
HSL142.98º52.81%82.55%-
HSV(B)142.98º20.09%91.76%-
XYZ60.9473.8268.79-
YUV216.64121.43106.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=29.87%
G=37.38%
B=32.75%

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
Decimal1872342050.2000.120.08142.9852.8182.55
HexBBEACD140C88f3553
Octal273352315240141021765123
Binary10111011111010101100110110100011001000100011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEACD; }

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

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

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

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

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

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

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

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