#BFEBD1

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

Shades of Aero Blue #BFEBD1

Tints of Aero Blue #BFEBD1

Color information

#BFEBD1 (or 0xBFEBD1) is unknown color: approx Aero Blue. HEX triplet: BF, EB and D1. RGB value is (191,235,209). Sum of RGB (Red+Green+Blue) = 191+235+209=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBD1 is #40142E. Grayscale: #DADADA. Windows color (decimal): -4199471 or 13757375. OLE color: 13757375.

HSL color Cylindrical-coordinate representation of color #BFEBD1: hue angle of 144.55º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBD1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB191235209-
CMYK0.1900.110.08
HSL144.55º52.38%83.53%-
HSV(B)144.55º18.72%92.16%-
XYZ62.775.171.51-
YUV218.88122.42108.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=30.08%
G=37.01%
B=32.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912352090.1900.110.08144.5552.3883.53
HexBFEBD1130B8913454
Octal277353321230131022164124
Binary10111111111010111101000110011010111000100100011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBD1; }

 p { color: rgb(191,235,209); }

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

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

 a { background-color: rgb(191,235,209); }

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

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

 span { border-color: rgb(191,235,209); }

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