#BFFDD6

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

Shades of Aero Blue #BFFDD6

Tints of Aero Blue #BFFDD6

Color information

#BFFDD6 (or 0xBFFDD6) is unknown color: approx Aero Blue. HEX triplet: BF, FD and D6. RGB value is (191,253,214). Sum of RGB (Red+Green+Blue) = 191+253+214=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDD6 is #400229. Grayscale: #E6E6E6. Windows color (decimal): -4194858 or 14089663. OLE color: 14089663.

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

Color convert

RGB191253214-
CMYK0.2500.150.01
HSL142.26º93.94%87.06%-
HSV(B)142.26º24.51%99.22%-
XYZ68.7586.1876.63-
YUV230.02118.96100.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 253 (99.22% from 255) = 38.45%
BLUE value IS 214 (83.98% from 255) = 32.52%
R=29.03%
G=38.45%
B=32.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532140.2500.150.01142.2693.9487.06
HexBFFDD6190F18e5e57
Octal277375326310171216136127
Binary101111111111110111010110110010111111000111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDD6; }

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

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

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

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

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

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

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

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