#BFDDCE

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

Shades of Aero Blue #BFDDCE

Tints of Aero Blue #BFDDCE

Color information

#BFDDCE (or 0xBFDDCE) is unknown color: approx Aero Blue. HEX triplet: BF, DD and CE. RGB value is (191,221,206). Sum of RGB (Red+Green+Blue) = 191+221+206=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDCE is #402231. Grayscale: #D2D2D2. Windows color (decimal): -4203058 or 13557183. OLE color: 13557183.

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

Color convert

RGB191221206-
CMYK0.1400.070.13
HSL150º30.61%80.78%-
HSV(B)150º13.57%86.67%-
XYZ58.4867.2568.29-
YUV210.32125.56114.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=30.91%
G=35.76%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912212060.1400.070.1315030.6180.78
HexBFDDCEE07D961f51
Octal27733531616071522637121
Binary10111111110111011100111011100111110110010110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDCE; }

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

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

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

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

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

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

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

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