#BEDDCB

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

Shades of Aero Blue #BEDDCB

Tints of Aero Blue #BEDDCB

Color information

#BEDDCB (or 0xBEDDCB) is unknown color: approx Aero Blue. HEX triplet: BE, DD and CB. RGB value is (190,221,203). Sum of RGB (Red+Green+Blue) = 190+221+203=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDCB is #412234. Grayscale: #D1D1D1. Windows color (decimal): -4268597 or 13360574. OLE color: 13360574.

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

Color convert

RGB190221203-
CMYK0.1400.080.13
HSL145.16º31.31%80.59%-
HSV(B)145.16º14.03%86.67%-
XYZ57.8766.9766.38-
YUV209.68124.23113.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=30.94%
G=35.99%
B=33.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212030.1400.080.13145.1631.3180.59
HexBEDDCBE08D911f51
Octal276335313160101522137121
Binary101111101101110111001011111001000110110010001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDCB; }

 p { color: rgb(190,221,203); }

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

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

 a { background-color: rgb(190,221,203); }

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

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

 span { border-color: rgb(190,221,203); }

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