#BFFBD8

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

Shades of Aero Blue #BFFBD8

Tints of Aero Blue #BFFBD8

Color information

#BFFBD8 (or 0xBFFBD8) is unknown color: approx Aero Blue. HEX triplet: BF, FB and D8. RGB value is (191,251,216). Sum of RGB (Red+Green+Blue) = 191+251+216=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBD8 is #400427. Grayscale: #E5E5E5. Windows color (decimal): -4195368 or 14220223. OLE color: 14220223.

HSL color Cylindrical-coordinate representation of color #BFFBD8: hue angle of 145º 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 #BFFBD8 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB191251216-
CMYK0.2400.140.02
HSL145º88.24%86.67%-
HSV(B)145º23.9%98.43%-
XYZ68.3885.0377.77-
YUV229.07120.62100.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 216 (84.77% from 255) = 32.83%
R=29.03%
G=38.15%
B=32.83%

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
Decimal1912512160.2400.140.0214588.2486.67
HexBFFBD8180E2915857
Octal277373330300162221130127
Binary1011111111111011110110001100001110101001000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBD8; }

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

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

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

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

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

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

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

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