#BFEBD0

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

Shades of Aero Blue #BFEBD0

Tints of Aero Blue #BFEBD0

Color information

#BFEBD0 (or 0xBFEBD0) is unknown color: approx Aero Blue. HEX triplet: BF, EB and D0. RGB value is (191,235,208). Sum of RGB (Red+Green+Blue) = 191+235+208=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBD0 is #40142F. Grayscale: #DADADA. Windows color (decimal): -4199472 or 13691839. OLE color: 13691839.

HSL color Cylindrical-coordinate representation of color #BFEBD0: hue angle of 143.18º 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 #BFEBD0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB191235208-
CMYK0.1900.110.08
HSL143.18º52.38%83.53%-
HSV(B)143.18º18.72%92.16%-
XYZ62.5875.0570.86-
YUV218.77121.92108.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=30.13%
G=37.07%
B=32.81%

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
Decimal1912352080.1900.110.08143.1852.3883.53
HexBFEBD0130B88f3454
Octal277353320230131021764124
Binary10111111111010111101000010011010111000100011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBD0; }

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

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

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

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

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

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

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

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