#BFF3D8

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

Shades of Aero Blue #BFF3D8

Tints of Aero Blue #BFF3D8

Color information

#BFF3D8 (or 0xBFF3D8) is unknown color: approx Aero Blue. HEX triplet: BF, F3 and D8. RGB value is (191,243,216). Sum of RGB (Red+Green+Blue) = 191+243+216=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3D8 is #400C27. Grayscale: #E0E0E0. Windows color (decimal): -4197416 or 14218175. OLE color: 14218175.

HSL color Cylindrical-coordinate representation of color #BFF3D8: hue angle of 148.85º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3D8 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB191243216-
CMYK0.2100.110.05
HSL148.85º68.42%85.1%-
HSV(B)148.85º21.4%95.29%-
XYZ65.9380.1476.96-
YUV224.37123.27104.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 243 (95.31% from 255) = 37.38%
BLUE value IS 216 (84.77% from 255) = 33.23%
R=29.38%
G=37.38%
B=33.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912432160.2100.110.05148.8568.4285.1
HexBFF3D8150B5954455
Octal277363330250135225104125
Binary10111111111100111101100010101010111011001010110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3D8; }

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

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

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

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

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

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

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

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