#BCEFD3

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

Shades of Aero Blue #BCEFD3

Tints of Aero Blue #BCEFD3

Color information

#BCEFD3 (or 0xBCEFD3) is unknown color: approx Aero Blue. HEX triplet: BC, EF and D3. RGB value is (188,239,211). Sum of RGB (Red+Green+Blue) = 188+239+211=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFD3 is #43102C. Grayscale: #DCDCDC. Windows color (decimal): -4395053 or 13889468. OLE color: 13889468.

HSL color Cylindrical-coordinate representation of color #BCEFD3: hue angle of 147.06º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFD3 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB188239211-
CMYK0.2100.120.06
HSL147.06º61.45%83.73%-
HSV(B)147.06º21.34%93.73%-
XYZ63.3677.1373.18-
YUV220.56122.6104.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 211 (82.81% from 255) = 33.07%
R=29.47%
G=37.46%
B=33.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882392110.2100.120.06147.0661.4583.73
HexBCEFD3150C6933d54
Octal27435732325014622375124
Binary1011110011101111110100111010101100110100100111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFD3; }

 p { color: rgb(188,239,211); }

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

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

 a { background-color: rgb(188,239,211); }

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

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

 span { border-color: rgb(188,239,211); }

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