Html Css Color HEX #BEDED1 Aero Blue

📋 copy color: '#BEDED1'

red 190 ◦ green 222 ◦ blue 209

#BEDED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BEDED1

Tints of Aero Blue #BEDED1

RGB

 RED value IS 190 (74.61% from 255) = 30.6%

 GREEN value IS 222 (87.11% from 255) = 35.75%

 BLUE value IS 209 (82.03% from 255) = 33.66%

R = 30.6%
G = 35.75%
B = 33.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BEDED1 (or 0xBEDED1) is known color: Aero Blue. HEX triplet: BE, DE and D1. RGB value is (190,222,209). Sum of RGB (Red+Green+Blue) = 190+222+209=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED1 is #41212E. Grayscale: #D2D2D2. Windows color (decimal): -4268335 or 13754046. OLE color: 13754046.

HSL color Cylindrical-coordinate representation of color #BEDED1: hue angle of 155.62º degrees, saturation: 0.33, 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 #BEDED1 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 209 -
CMYK 0.14 0 0.06 0.13
HSL 155.63º 0.33% 0.81% -
HSV(B) 155.63º 0.14% 0.87% -
XYZ 58.87 67.79 70.3 -
YUV 210.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 190 222 209 0.14 0 0.06 0.13 155.63 0.33 0.81
Hex BE DE D1 E 0 6 D 9C 21 51
Octal 276 336 321 16 0 6 15 234 41 121
Binary 10111110 11011110 11010001 1110 0 110 1101 10011100 100001 1010001

Color Harmonies of #BEDED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDED1

Black with #BEDED1

Text Example


Text Example

White with #BEDED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDED1; }

 p { color: rgb(190,222,209); }

 H1.HeaderClassName
 {
   color: #BEDED1;
 }
 .AnyTagClassName
 {
   color: #BEDED1;
 }
</style>

background-color css

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

 a { background-color: rgb(190,222,209); }

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

border-color css

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

 span { border-color: rgb(190,222,209); }

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