#BFDCCB

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

Shades of Aero Blue #BFDCCB

Tints of Aero Blue #BFDCCB

Color information

#BFDCCB (or 0xBFDCCB) is unknown color: approx Aero Blue. HEX triplet: BF, DC and CB. RGB value is (191,220,203). Sum of RGB (Red+Green+Blue) = 191+220+203=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCCB is #402334. Grayscale: #D1D1D1. Windows color (decimal): -4203317 or 13360319. OLE color: 13360319.

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

Color convert

RGB191220203-
CMYK0.1300.080.14
HSL144.83º29.29%80.59%-
HSV(B)144.83º13.18%86.27%-
XYZ57.8666.5766.3-
YUV209.39124.39114.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=31.11%
G=35.83%
B=33.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912202030.1300.080.14144.8329.2980.59
HexBFDCCBD08E911d51
Octal277334313150101622135121
Binary101111111101110011001011110101000111010010001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCCB; }

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

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

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

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

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

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

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

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