#BFDFCE

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

Shades of Aero Blue #BFDFCE

Tints of Aero Blue #BFDFCE

Color information

#BFDFCE (or 0xBFDFCE) is unknown color: approx Aero Blue. HEX triplet: BF, DF and CE. RGB value is (191,223,206). Sum of RGB (Red+Green+Blue) = 191+223+206=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFCE is #402031. Grayscale: #D3D3D3. Windows color (decimal): -4202546 or 13557695. OLE color: 13557695.

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

Color convert

RGB191223206-
CMYK0.1400.080.13
HSL148.12º33.33%81.18%-
HSV(B)148.12º14.35%87.45%-
XYZ59.0168.3168.47-
YUV211.49124.9113.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=30.81%
G=35.97%
B=33.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912232060.1400.080.13148.1233.3381.18
HexBFDFCEE08D942151
Octal277337316160101522441121
Binary1011111111011111110011101110010001101100101001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFCE; }

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

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

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

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

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

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

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

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