Html Css Color HEX #BEEBD4 Aero Blue

📋 copy color: '#BEEBD4'

red 190 ◦ green 235 ◦ blue 212

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

Shades of Aero Blue #BEEBD4

Tints of Aero Blue #BEEBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.28%

R = 29.83%
G = 36.89%
B = 33.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#BEEBD4 (or 0xBEEBD4) is known color: Aero Blue. HEX triplet: BE, EB and D4. RGB value is (190,235,212). Sum of RGB (Red+Green+Blue) = 190+235+212=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBD4 is #41142B. Grayscale: #DADADA. Windows color (decimal): -4265004 or 13953982. OLE color: 13953982.

HSL color Cylindrical-coordinate representation of color #BEEBD4: hue angle of 149.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 #BEEBD4 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 235 212 -
CMYK 0.19 0 0.10 0.08
HSL 149.33º 0.53% 0.83% -
HSV(B) 149.33º 0.19% 0.92% -
XYZ 62.83 75.12 73.48 -
YUV 218.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 190 235 212 0.19 0 0.10 0.08 149.33 0.53 0.83
Hex BE EB D4 13 0 A 8 95 35 53
Octal 276 353 324 23 0 12 10 225 65 123
Binary 10111110 11101011 11010100 10011 0 1010 1000 10010101 110101 1010011

Color Harmonies of #BEEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEBD4

Black with #BEEBD4

Text Example


Text Example

White with #BEEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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