Html Css Color HEX #BEEBD1 Aero Blue

📋 copy color: '#BEEBD1'

red 190 ◦ green 235 ◦ blue 209

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

Shades of Aero Blue #BEEBD1

Tints of Aero Blue #BEEBD1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.07%

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

R = 29.97%
G = 37.07%
B = 32.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#BEEBD1 (or 0xBEEBD1) is known color: Aero Blue. HEX triplet: BE, EB and D1. RGB value is (190,235,209). Sum of RGB (Red+Green+Blue) = 190+235+209=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBD1 is #41142E. Grayscale: #DADADA. Windows color (decimal): -4265007 or 13757374. OLE color: 13757374.

HSL color Cylindrical-coordinate representation of color #BEEBD1: hue angle of 145.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBD1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 235 209 -
CMYK 0.19 0 0.11 0.08
HSL 145.33º 0.53% 0.83% -
HSV(B) 145.33º 0.19% 0.92% -
XYZ 62.45 74.97 71.5 -
YUV 218.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 190 235 209 0.19 0 0.11 0.08 145.33 0.53 0.83
Hex BE EB D1 13 0 B 8 91 35 53
Octal 276 353 321 23 0 13 10 221 65 123
Binary 10111110 11101011 11010001 10011 0 1011 1000 10010001 110101 1010011

Color Harmonies of #BEEBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEBD1

Black with #BEEBD1

Text Example


Text Example

White with #BEEBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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