#BCEECF

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

Shades of Aero Blue #BCEECF

Tints of Aero Blue #BCEECF

Color information

#BCEECF (or 0xBCEECF) is unknown color: approx Aero Blue. HEX triplet: BC, EE and CF. RGB value is (188,238,207). Sum of RGB (Red+Green+Blue) = 188+238+207=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEECF is #431130. Grayscale: #DBDBDB. Windows color (decimal): -4395313 or 13627068. OLE color: 13627068.

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

Color convert

RGB188238207-
CMYK0.2100.130.07
HSL142.8º59.52%83.53%-
HSV(B)142.8º21.01%93.33%-
XYZ62.5876.3570.47-
YUV219.52120.94105.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=29.70%
G=37.60%
B=32.70%

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
Decimal1882382070.2100.130.07142.859.5283.53
HexBCEECF150D78f3c54
Octal27435631725015721774124
Binary1011110011101110110011111010101101111100011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEECF; }

 p { color: rgb(188,238,207); }

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

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

 a { background-color: rgb(188,238,207); }

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

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

 span { border-color: rgb(188,238,207); }

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