#BFFFDC

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

Shades of Aero Blue #BFFFDC

Tints of Aero Blue #BFFFDC

Color information

#BFFFDC (or 0xBFFFDC) is unknown color: approx Aero Blue. HEX triplet: BF, FF and DC. RGB value is (191,255,220). Sum of RGB (Red+Green+Blue) = 191+255+220=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFDC is #400023. Grayscale: #E7E7E7. Windows color (decimal): -4194340 or 14483391. OLE color: 14483391.

HSL color Cylindrical-coordinate representation of color #BFFFDC: hue angle of 147.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFDC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB191255220-
CMYK0.2500.140
HSL147.19º100%87.45%-
HSV(B)147.19º25.1%100%-
XYZ70.1687.7680.95-
YUV231.87121.398.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.68%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 220 (86.33% from 255) = 33.03%
R=28.68%
G=38.29%
B=33.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552200.2500.140147.1910087.45
HexBFFFDC190E0936457
Octal277377334310160223144127
Binary101111111111111111011100110010111001001001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFDC; }

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

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

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

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

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

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

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

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