Html Css Color HEX #BEDED0 Aero Blue

📋 copy color: '#BEDED0'

red 190 ◦ green 222 ◦ blue 208

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

Shades of Aero Blue #BEDED0

Tints of Aero Blue #BEDED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.55%

R = 30.65%
G = 35.81%
B = 33.55%

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

#BEDED0 (or 0xBEDED0) is known color: Aero Blue. HEX triplet: BE, DE and D0. RGB value is (190,222,208). Sum of RGB (Red+Green+Blue) = 190+222+208=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED0 is #41212F. Grayscale: #D2D2D2. Windows color (decimal): -4268336 or 13688510. OLE color: 13688510.

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

Color convert

RGB 190 222 208 -
CMYK 0.14 0 0.06 0.13
HSL 153.75º 0.33% 0.81% -
HSV(B) 153.75º 0.14% 0.87% -
XYZ 58.74 67.74 69.65 -
YUV 210.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 190 222 208 0.14 0 0.06 0.13 153.75 0.33 0.81
Hex BE DE D0 E 0 6 D 9A 21 51
Octal 276 336 320 16 0 6 15 232 41 121
Binary 10111110 11011110 11010000 1110 0 110 1101 10011010 100001 1010001

Color Harmonies of #BEDED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDED0

Black with #BEDED0

Text Example


Text Example

White with #BEDED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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