Html Css Color HEX #BEF3D8 Aero Blue

📋 copy color: '#BEF3D8'

red 190 ◦ green 243 ◦ blue 216

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

Shades of Aero Blue #BEF3D8

Tints of Aero Blue #BEF3D8

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.44%

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

R = 29.28%
G = 37.44%
B = 33.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#BEF3D8 (or 0xBEF3D8) is known color: Aero Blue. HEX triplet: BE, F3 and D8. RGB value is (190,243,216). Sum of RGB (Red+Green+Blue) = 190+243+216=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3D8 is #410C27. Grayscale: #E0E0E0. Windows color (decimal): -4262952 or 14218174. OLE color: 14218174.

HSL color Cylindrical-coordinate representation of color #BEF3D8: hue angle of 149.43º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3D8 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 243 216 -
CMYK 0.22 0 0.11 0.05
HSL 149.43º 0.69% 0.85% -
HSV(B) 149.43º 0.22% 0.95% -
XYZ 65.68 80.01 76.95 -
YUV 224.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 190 243 216 0.22 0 0.11 0.05 149.43 0.69 0.85
Hex BE F3 D8 16 0 B 5 95 45 55
Octal 276 363 330 26 0 13 5 225 105 125
Binary 10111110 11110011 11011000 10110 0 1011 101 10010101 1000101 1010101

Color Harmonies of #BEF3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF3D8

Black with #BEF3D8

Text Example


Text Example

White with #BEF3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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