#BEDFCC

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

Shades of Aero Blue #BEDFCC

Tints of Aero Blue #BEDFCC

Color information

#BEDFCC (or 0xBEDFCC) is unknown color: approx Aero Blue. HEX triplet: BE, DF and CC. RGB value is (190,223,204). Sum of RGB (Red+Green+Blue) = 190+223+204=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFCC is #412033. Grayscale: #D3D3D3. Windows color (decimal): -4268084 or 13426622. OLE color: 13426622.

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

Color convert

RGB190223204-
CMYK0.1500.090.13
HSL145.45º34.02%80.98%-
HSV(B)145.45º14.8%87.45%-
XYZ58.5268.0867.18-
YUV210.97124.07113.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=30.79%
G=36.14%
B=33.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902232040.1500.090.13145.4534.0280.98
HexBEDFCCF09D912251
Octal276337314170111522142121
Binary1011111011011111110011001111010011101100100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFCC; }

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

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

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

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

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

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

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

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