Html Css Color HEX #BEEFD8 Aero Blue

📋 copy color: '#BEEFD8'

red 190 ◦ green 239 ◦ blue 216

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

Shades of Aero Blue #BEEFD8

Tints of Aero Blue #BEEFD8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.05%

 BLUE value IS 216 (84.77% from 255) = 33.49%

R = 29.46%
G = 37.05%
B = 33.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#BEEFD8 (or 0xBEEFD8) is known color: Aero Blue. HEX triplet: BE, EF and D8. RGB value is (190,239,216). Sum of RGB (Red+Green+Blue) = 190+239+216=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFD8 is #411027. Grayscale: #DDDDDD. Windows color (decimal): -4263976 or 14217150. OLE color: 14217150.

HSL color Cylindrical-coordinate representation of color #BEEFD8: hue angle of 151.84º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFD8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 239 216 -
CMYK 0.21 0 0.10 0.06
HSL 151.84º 0.6% 0.84% -
HSV(B) 151.84º 0.21% 0.94% -
XYZ 64.5 77.64 76.55 -
YUV 221.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 190 239 216 0.21 0 0.10 0.06 151.84 0.6 0.84
Hex BE EF D8 15 0 A 6 98 3C 54
Octal 276 357 330 25 0 12 6 230 74 124
Binary 10111110 11101111 11011000 10101 0 1010 110 10011000 111100 1010100

Color Harmonies of #BEEFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEFD8

Black with #BEEFD8

Text Example


Text Example

White with #BEEFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEFD8; }

 p { color: rgb(190,239,216); }

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

background-color css

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

 a { background-color: rgb(190,239,216); }

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

border-color css

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

 span { border-color: rgb(190,239,216); }

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