#BFDCCF

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

Shades of Aero Blue #BFDCCF

Tints of Aero Blue #BFDCCF

Color information

#BFDCCF (or 0xBFDCCF) is unknown color: approx Aero Blue. HEX triplet: BF, DC and CF. RGB value is (191,220,207). Sum of RGB (Red+Green+Blue) = 191+220+207=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCCF is #402330. Grayscale: #D1D1D1. Windows color (decimal): -4203313 or 13622463. OLE color: 13622463.

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

Color convert

RGB191220207-
CMYK0.1300.060.14
HSL153.1º29.29%80.59%-
HSV(B)153.1º13.18%86.27%-
XYZ58.3466.7768.84-
YUV209.85126.39114.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=30.91%
G=35.60%
B=33.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912202070.1300.060.14153.129.2980.59
HexBFDCCFD06E991d51
Octal27733431715061623135121
Binary10111111110111001100111111010110111010011001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCCF; }

 p { color: rgb(191,220,207); }

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

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

 a { background-color: rgb(191,220,207); }

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

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

 span { border-color: rgb(191,220,207); }

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