#BFDCCD

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

Shades of Aero Blue #BFDCCD

Tints of Aero Blue #BFDCCD

Color information

#BFDCCD (or 0xBFDCCD) is unknown color: approx Aero Blue. HEX triplet: BF, DC and CD. RGB value is (191,220,205). Sum of RGB (Red+Green+Blue) = 191+220+205=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCCD is #402332. Grayscale: #D1D1D1. Windows color (decimal): -4203315 or 13491391. OLE color: 13491391.

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

Color convert

RGB191220205-
CMYK0.1300.070.14
HSL148.97º29.29%80.59%-
HSV(B)148.97º13.18%86.27%-
XYZ58.166.6767.56-
YUV209.62125.39114.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.01%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=31.01%
G=35.71%
B=33.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912202050.1300.070.14148.9729.2980.59
HexBFDCCDD07E951d51
Octal27733431515071622535121
Binary10111111110111001100110111010111111010010101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCCD; }

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

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

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

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

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

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

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

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