#BEDFD0

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

Shades of Aero Blue #BEDFD0

Tints of Aero Blue #BEDFD0

Color information

#BEDFD0 (or 0xBEDFD0) is unknown color: approx Aero Blue. HEX triplet: BE, DF and D0. RGB value is (190,223,208). Sum of RGB (Red+Green+Blue) = 190+223+208=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFD0 is #41202F. Grayscale: #D3D3D3. Windows color (decimal): -4268080 or 13688766. OLE color: 13688766.

HSL color Cylindrical-coordinate representation of color #BEDFD0: hue angle of 152.73º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFD0 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB190223208-
CMYK0.1500.070.13
HSL152.73º34.02%80.98%-
HSV(B)152.73º14.8%87.45%-
XYZ59.0168.2869.74-
YUV211.42126.07112.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 208 (81.64% from 255) = 33.49%
R=30.60%
G=35.91%
B=33.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902232080.1500.070.13152.7334.0280.98
HexBEDFD0F07D992251
Octal27633732017071523142121
Binary101111101101111111010000111101111101100110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFD0; }

 p { color: rgb(190,223,208); }

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

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

 a { background-color: rgb(190,223,208); }

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

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

 span { border-color: rgb(190,223,208); }

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