Html Css Color HEX #BEE8D4 Aero Blue

📋 copy color: '#BEE8D4'

red 190 ◦ green 232 ◦ blue 212

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

Shades of Aero Blue #BEE8D4

Tints of Aero Blue #BEE8D4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.59%

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

R = 29.97%
G = 36.59%
B = 33.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#BEE8D4 (or 0xBEE8D4) is known color: Aero Blue. HEX triplet: BE, E8 and D4. RGB value is (190,232,212). Sum of RGB (Red+Green+Blue) = 190+232+212=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8D4 is #41172B. Grayscale: #D9D9D9. Windows color (decimal): -4265772 or 13953214. OLE color: 13953214.

HSL color Cylindrical-coordinate representation of color #BEE8D4: hue angle of 151.43º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE8D4 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 232 212 -
CMYK 0.18 0 0.09 0.09
HSL 151.43º 0.48% 0.83% -
HSV(B) 151.43º 0.18% 0.91% -
XYZ 61.98 73.41 73.19 -
YUV 217.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 190 232 212 0.18 0 0.09 0.09 151.43 0.48 0.83
Hex BE E8 D4 12 0 9 9 97 30 53
Octal 276 350 324 22 0 11 11 227 60 123
Binary 10111110 11101000 11010100 10010 0 1001 1001 10010111 110000 1010011

Color Harmonies of #BEE8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE8D4

Black with #BEE8D4

Text Example


Text Example

White with #BEE8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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