#BFDCCE

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

Shades of Aero Blue #BFDCCE

Tints of Aero Blue #BFDCCE

Color information

#BFDCCE (or 0xBFDCCE) is unknown color: approx Aero Blue. HEX triplet: BF, DC and CE. RGB value is (191,220,206). Sum of RGB (Red+Green+Blue) = 191+220+206=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCCE is #402331. Grayscale: #D1D1D1. Windows color (decimal): -4203314 or 13556927. OLE color: 13556927.

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

Color convert

RGB191220206-
CMYK0.1300.060.14
HSL151.03º29.29%80.59%-
HSV(B)151.03º13.18%86.27%-
XYZ58.2266.7268.2-
YUV209.73125.89114.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=30.96%
G=35.66%
B=33.39%

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
Decimal1912202060.1300.060.14151.0329.2980.59
HexBFDCCED06E971d51
Octal27733431615061622735121
Binary10111111110111001100111011010110111010010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCCE; }

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

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

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

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

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

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

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

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