Html Css Color HEX #BEEBD6 Aero Blue

📋 copy color: '#BEEBD6'

red 190 ◦ green 235 ◦ blue 214

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

Shades of Aero Blue #BEEBD6

Tints of Aero Blue #BEEBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 29.73%
G = 36.78%
B = 33.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#BEEBD6 (or 0xBEEBD6) is known color: Aero Blue. HEX triplet: BE, EB and D6. RGB value is (190,235,214). Sum of RGB (Red+Green+Blue) = 190+235+214=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBD6 is #411429. Grayscale: #DBDBDB. Windows color (decimal): -4265002 or 14085054. OLE color: 14085054.

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

Color convert

RGB 190 235 214 -
CMYK 0.19 0 0.09 0.08
HSL 152º 0.53% 0.83% -
HSV(B) 152º 0.19% 0.92% -
XYZ 63.08 75.22 74.81 -
YUV 219.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 190 235 214 0.19 0 0.09 0.08 152 0.53 0.83
Hex BE EB D6 13 0 9 8 98 35 53
Octal 276 353 326 23 0 11 10 230 65 123
Binary 10111110 11101011 11010110 10011 0 1001 1000 10011000 110101 1010011

Color Harmonies of #BEEBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEBD6

Black with #BEEBD6

Text Example


Text Example

White with #BEEBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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