#BFF3D3

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

Shades of Aero Blue #BFF3D3

Tints of Aero Blue #BFF3D3

Color information

#BFF3D3 (or 0xBFF3D3) is unknown color: approx Aero Blue. HEX triplet: BF, F3 and D3. RGB value is (191,243,211). Sum of RGB (Red+Green+Blue) = 191+243+211=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3D3 is #400C2C. Grayscale: #DFDFDF. Windows color (decimal): -4197421 or 13890495. OLE color: 13890495.

HSL color Cylindrical-coordinate representation of color #BFF3D3: hue angle of 143.08º 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 #BFF3D3 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB191243211-
CMYK0.2100.130.05
HSL143.08º68.42%85.1%-
HSV(B)143.08º21.4%95.29%-
XYZ65.2979.8873.61-
YUV223.8120.77104.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 243 (95.31% from 255) = 37.67%
BLUE value IS 211 (82.81% from 255) = 32.71%
R=29.61%
G=37.67%
B=32.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912432110.2100.130.05143.0868.4285.1
HexBFF3D3150D58f4455
Octal277363323250155217104125
Binary10111111111100111101001110101011011011000111110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3D3; }

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

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

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

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

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

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

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

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