#BFD9CB

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

Shades of Aero Blue #BFD9CB

Tints of Aero Blue #BFD9CB

Color information

#BFD9CB (or 0xBFD9CB) is unknown color: approx Aero Blue. HEX triplet: BF, D9 and CB. RGB value is (191,217,203). Sum of RGB (Red+Green+Blue) = 191+217+203=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9CB is #402634. Grayscale: #CFCFCF. Windows color (decimal): -4204085 or 13359551. OLE color: 13359551.

HSL color Cylindrical-coordinate representation of color #BFD9CB: hue angle of 147.69º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD9CB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB191217203-
CMYK0.1200.060.15
HSL147.69º25.49%80%-
HSV(B)147.69º11.98%85.1%-
XYZ57.0865.0166.04-
YUV207.63125.39116.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=31.26%
G=35.52%
B=33.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912172030.1200.060.15147.6925.4980
HexBFD9CBC06F941950
Octal27733131314061722431120
Binary10111111110110011100101111000110111110010100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9CB; }

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

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

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

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

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

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

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

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