#BFDBCF

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

Shades of Aero Blue #BFDBCF

Tints of Aero Blue #BFDBCF

Color information

#BFDBCF (or 0xBFDBCF) is unknown color: approx Aero Blue. HEX triplet: BF, DB and CF. RGB value is (191,219,207). Sum of RGB (Red+Green+Blue) = 191+219+207=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBCF is #402430. Grayscale: #D1D1D1. Windows color (decimal): -4203569 or 13622207. OLE color: 13622207.

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

Color convert

RGB191219207-
CMYK0.1300.050.14
HSL154.29º28%80.39%-
HSV(B)154.29º12.79%85.88%-
XYZ58.0866.2468.76-
YUV209.26126.72114.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=30.96%
G=35.49%
B=33.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912192070.1300.050.14154.292880.39
HexBFDBCFD05E9a1c50
Octal27733331715051623234120
Binary10111111110110111100111111010101111010011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDBCF; }

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

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

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

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

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

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

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

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