Html Css Color HEX #BEEDD2 Aero Blue

📋 copy color: '#BEEDD2'

red 190 ◦ green 237 ◦ blue 210

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

Shades of Aero Blue #BEEDD2

Tints of Aero Blue #BEEDD2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.21%

 BLUE value IS 210 (82.42% from 255) = 32.97%

R = 29.83%
G = 37.21%
B = 32.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BEEDD2 (or 0xBEEDD2) is known color: Aero Blue. HEX triplet: BE, ED and D2. RGB value is (190,237,210). Sum of RGB (Red+Green+Blue) = 190+237+210=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDD2 is #41122D. Grayscale: #DBDBDB. Windows color (decimal): -4264494 or 13823422. OLE color: 13823422.

HSL color Cylindrical-coordinate representation of color #BEEDD2: hue angle of 145.53º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDD2 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 210 -
CMYK 0.20 0 0.11 0.07
HSL 145.53º 0.57% 0.84% -
HSV(B) 145.53º 0.2% 0.93% -
XYZ 63.15 76.17 72.35 -
YUV 219.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 190 237 210 0.20 0 0.11 0.07 145.53 0.57 0.84
Hex BE ED D2 14 0 B 7 92 39 54
Octal 276 355 322 24 0 13 7 222 71 124
Binary 10111110 11101101 11010010 10100 0 1011 111 10010010 111001 1010100

Color Harmonies of #BEEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDD2

Black with #BEEDD2

Text Example


Text Example

White with #BEEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDD2; }

 p { color: rgb(190,237,210); }

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

background-color css

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

 a { background-color: rgb(190,237,210); }

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

border-color css

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

 span { border-color: rgb(190,237,210); }

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