#BFE2D3

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

Shades of Aero Blue #BFE2D3

Tints of Aero Blue #BFE2D3

Color information

#BFE2D3 (or 0xBFE2D3) is unknown color: approx Aero Blue. HEX triplet: BF, E2 and D3. RGB value is (191,226,211). Sum of RGB (Red+Green+Blue) = 191+226+211=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2D3 is #401D2C. Grayscale: #D5D5D5. Windows color (decimal): -4201773 or 13886143. OLE color: 13886143.

HSL color Cylindrical-coordinate representation of color #BFE2D3: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE2D3 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB191226211-
CMYK0.1500.070.11
HSL154.29º37.63%81.76%-
HSV(B)154.29º15.49%88.63%-
XYZ60.4470.1771.99-
YUV213.82126.4111.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 226 (88.67% from 255) = 35.99%
BLUE value IS 211 (82.81% from 255) = 33.60%
R=30.41%
G=35.99%
B=33.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912262110.1500.070.11154.2937.6381.76
HexBFE2D3F07B9a2652
Octal27734232317071323246122
Binary101111111110001011010011111101111011100110101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE2D3; }

 p { color: rgb(191,226,211); }

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

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

 a { background-color: rgb(191,226,211); }

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

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

 span { border-color: rgb(191,226,211); }

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