#BFDFCD

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

Shades of Aero Blue #BFDFCD

Tints of Aero Blue #BFDFCD

Color information

#BFDFCD (or 0xBFDFCD) is unknown color: approx Aero Blue. HEX triplet: BF, DF and CD. RGB value is (191,223,205). Sum of RGB (Red+Green+Blue) = 191+223+205=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFCD is #402032. Grayscale: #D3D3D3. Windows color (decimal): -4202547 or 13492159. OLE color: 13492159.

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

Color convert

RGB191223205-
CMYK0.1400.080.13
HSL146.25º33.33%81.18%-
HSV(B)146.25º14.35%87.45%-
XYZ58.8968.2667.83-
YUV211.38124.4113.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.86%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=30.86%
G=36.03%
B=33.12%

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
Decimal1912232050.1400.080.13146.2533.3381.18
HexBFDFCDE08D922151
Octal277337315160101522241121
Binary1011111111011111110011011110010001101100100101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFCD; }

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

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

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

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

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

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

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

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