Html Css Color HEX #BEEDD1 Aero Blue

📋 copy color: '#BEEDD1'

red 190 ◦ green 237 ◦ blue 209

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

Shades of Aero Blue #BEEDD1

Tints of Aero Blue #BEEDD1

RGB

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

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

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

R = 29.87%
G = 37.26%
B = 32.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BEEDD1 (or 0xBEEDD1) is known color: Aero Blue. HEX triplet: BE, ED and D1. RGB value is (190,237,209). Sum of RGB (Red+Green+Blue) = 190+237+209=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDD1 is #41122E. Grayscale: #DBDBDB. Windows color (decimal): -4264495 or 13757886. OLE color: 13757886.

HSL color Cylindrical-coordinate representation of color #BEEDD1: hue angle of 144.26º 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 #BEEDD1 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 209 -
CMYK 0.20 0 0.12 0.07
HSL 144.26º 0.57% 0.84% -
HSV(B) 144.26º 0.2% 0.93% -
XYZ 63.03 76.12 71.69 -
YUV 219.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 190 237 209 0.20 0 0.12 0.07 144.26 0.57 0.84
Hex BE ED D1 14 0 C 7 90 39 54
Octal 276 355 321 24 0 14 7 220 71 124
Binary 10111110 11101101 11010001 10100 0 1100 111 10010000 111001 1010100

Color Harmonies of #BEEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDD1

Black with #BEEDD1

Text Example


Text Example

White with #BEEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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