#BFDFD0

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

Shades of Aero Blue #BFDFD0

Tints of Aero Blue #BFDFD0

Color information

#BFDFD0 (or 0xBFDFD0) is unknown color: approx Aero Blue. HEX triplet: BF, DF and D0. RGB value is (191,223,208). Sum of RGB (Red+Green+Blue) = 191+223+208=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD0 is #40202F. Grayscale: #D3D3D3. Windows color (decimal): -4202544 or 13688767. OLE color: 13688767.

HSL color Cylindrical-coordinate representation of color #BFDFD0: hue angle of 151.88º 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 #BFDFD0 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB191223208-
CMYK0.1400.070.13
HSL151.88º33.33%81.18%-
HSV(B)151.88º14.35%87.45%-
XYZ59.2668.4169.75-
YUV211.72125.9113.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 208 (81.64% from 255) = 33.44%
R=30.71%
G=35.85%
B=33.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912232080.1400.070.13151.8833.3381.18
HexBFDFD0E07D982151
Octal27733732016071523041121
Binary101111111101111111010000111001111101100110001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFD0; }

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

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

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

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

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

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

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

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