#BFDFD1

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

Shades of Aero Blue #BFDFD1

Tints of Aero Blue #BFDFD1

Color information

#BFDFD1 (or 0xBFDFD1) is unknown color: approx Aero Blue. HEX triplet: BF, DF and D1. RGB value is (191,223,209). Sum of RGB (Red+Green+Blue) = 191+223+209=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD1 is #40202E. Grayscale: #D3D3D3. Windows color (decimal): -4202543 or 13754303. OLE color: 13754303.

HSL color Cylindrical-coordinate representation of color #BFDFD1: hue angle of 153.75º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFD1 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB191223209-
CMYK0.1400.060.13
HSL153.75º33.33%81.18%-
HSV(B)153.75º14.35%87.45%-
XYZ59.3868.4670.4-
YUV211.84126.4113.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 209 (82.03% from 255) = 33.55%
R=30.66%
G=35.79%
B=33.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912232090.1400.060.13153.7533.3381.18
HexBFDFD1E06D9a2151
Octal27733732116061523241121
Binary101111111101111111010001111001101101100110101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFD1; }

 p { color: rgb(191,223,209); }

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

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

 a { background-color: rgb(191,223,209); }

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

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

 span { border-color: rgb(191,223,209); }

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