#BFFBD9

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

Shades of Aero Blue #BFFBD9

Tints of Aero Blue #BFFBD9

Color information

#BFFBD9 (or 0xBFFBD9) is unknown color: approx Aero Blue. HEX triplet: BF, FB and D9. RGB value is (191,251,217). Sum of RGB (Red+Green+Blue) = 191+251+217=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBD9 is #400426. Grayscale: #E5E5E5. Windows color (decimal): -4195367 or 14285759. OLE color: 14285759.

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

Color convert

RGB191251217-
CMYK0.2400.140.02
HSL146º88.24%86.67%-
HSV(B)146º23.9%98.43%-
XYZ68.5185.0878.46-
YUV229.18121.12100.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.98%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 217 (85.16% from 255) = 32.93%
R=28.98%
G=38.09%
B=32.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912512170.2400.140.0214688.2486.67
HexBFFBD9180E2925857
Octal277373331300162222130127
Binary1011111111111011110110011100001110101001001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBD9; }

 p { color: rgb(191,251,217); }

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

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

 a { background-color: rgb(191,251,217); }

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

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

 span { border-color: rgb(191,251,217); }

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