#BBEDCF

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

Shades of Aero Blue #BBEDCF

Tints of Aero Blue #BBEDCF

Color information

#BBEDCF (or 0xBBEDCF) is unknown color: approx Aero Blue. HEX triplet: BB, ED and CF. RGB value is (187,237,207). Sum of RGB (Red+Green+Blue) = 187+237+207=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDCF is #441230. Grayscale: #DADADA. Windows color (decimal): -4461105 or 13626811. OLE color: 13626811.

HSL color Cylindrical-coordinate representation of color #BBEDCF: hue angle of 144º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDCF is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB187237207-
CMYK0.2100.130.07
HSL144º58.14%83.14%-
HSV(B)144º21.1%92.94%-
XYZ62.0475.6470.36-
YUV218.63121.44105.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=29.64%
G=37.56%
B=32.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872372070.2100.130.0714458.1483.14
HexBBEDCF150D7903a53
Octal27335531725015722072123
Binary1011101111101101110011111010101101111100100001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDCF; }

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

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

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

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

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

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

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

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