#BFDFD2

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

Shades of Aero Blue #BFDFD2

Tints of Aero Blue #BFDFD2

Color information

#BFDFD2 (or 0xBFDFD2) is unknown color: approx Aero Blue. HEX triplet: BF, DF and D2. RGB value is (191,223,210). Sum of RGB (Red+Green+Blue) = 191+223+210=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD2 is #40202D. Grayscale: #D3D3D3. Windows color (decimal): -4202542 or 13819839. OLE color: 13819839.

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

Color convert

RGB191223210-
CMYK0.1400.060.13
HSL155.62º33.33%81.18%-
HSV(B)155.62º14.35%87.45%-
XYZ59.5168.571.06-
YUV211.95126.9113.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 210 (82.42% from 255) = 33.65%
R=30.61%
G=35.74%
B=33.65%

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
Decimal1912232100.1400.060.13155.6233.3381.18
HexBFDFD2E06D9c2151
Octal27733732216061523441121
Binary101111111101111111010010111001101101100111001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFD2; }

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

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

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

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

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

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

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

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