#BDFCD6

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

Shades of Aero Blue #BDFCD6

Tints of Aero Blue #BDFCD6

Color information

#BDFCD6 (or 0xBDFCD6) is unknown color: approx Aero Blue. HEX triplet: BD, FC and D6. RGB value is (189,252,214). Sum of RGB (Red+Green+Blue) = 189+252+214=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD6 is #420329. Grayscale: #E4E4E4. Windows color (decimal): -4326186 or 14089405. OLE color: 14089405.

HSL color Cylindrical-coordinate representation of color #BDFCD6: hue angle of 143.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCD6 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB189252214-
CMYK0.2500.150.01
HSL143.81º91.3%86.47%-
HSV(B)143.81º25%98.82%-
XYZ67.9385.2976.5-
YUV228.83119.6399.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=28.85%
G=38.47%
B=32.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522140.2500.150.01143.8191.386.47
HexBDFCD6190F1905b56
Octal275374326310171220133126
Binary101111011111110011010110110010111111001000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCD6; }

 p { color: rgb(189,252,214); }

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

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

 a { background-color: rgb(189,252,214); }

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

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

 span { border-color: rgb(189,252,214); }

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