#BFFFD6

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

Shades of Aero Blue #BFFFD6

Tints of Aero Blue #BFFFD6

Color information

#BFFFD6 (or 0xBFFFD6) is unknown color: approx Aero Blue. HEX triplet: BF, FF and D6. RGB value is (191,255,214). Sum of RGB (Red+Green+Blue) = 191+255+214=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFD6 is #400029. Grayscale: #E7E7E7. Windows color (decimal): -4194346 or 14090175. OLE color: 14090175.

HSL color Cylindrical-coordinate representation of color #BFFFD6: hue angle of 141.56º 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 #BFFFD6 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB191255214-
CMYK0.2500.160
HSL141.56º100%87.45%-
HSV(B)141.56º25.1%100%-
XYZ69.3887.4576.84-
YUV231.19118.399.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 214 (83.98% from 255) = 32.42%
R=28.94%
G=38.64%
B=32.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552140.2500.160141.5610087.45
HexBFFFD61901008e6457
Octal277377326310200216144127
Binary1011111111111111110101101100101000001000111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFD6; }

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

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

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

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

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

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

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

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