#BFDFCC

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

Shades of Aero Blue #BFDFCC

Tints of Aero Blue #BFDFCC

Color information

#BFDFCC (or 0xBFDFCC) is unknown color: approx Aero Blue. HEX triplet: BF, DF and CC. RGB value is (191,223,204). Sum of RGB (Red+Green+Blue) = 191+223+204=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFCC is #402033. Grayscale: #D3D3D3. Windows color (decimal): -4202548 or 13426623. OLE color: 13426623.

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

Color convert

RGB191223204-
CMYK0.1400.090.13
HSL144.38º33.33%81.18%-
HSV(B)144.38º14.35%87.45%-
XYZ58.7768.2167.2-
YUV211.27123.9113.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=30.91%
G=36.08%
B=33.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912232040.1400.090.13144.3833.3381.18
HexBFDFCCE09D902151
Octal277337314160111522041121
Binary1011111111011111110011001110010011101100100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFCC; }

 p { color: rgb(191,223,204); }

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

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

 a { background-color: rgb(191,223,204); }

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

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

 span { border-color: rgb(191,223,204); }

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