Html Css Color HEX #BEF4DC Aero Blue

📋 copy color: '#BEF4DC'

red 190 ◦ green 244 ◦ blue 220

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

Shades of Aero Blue #BEF4DC

Tints of Aero Blue #BEF4DC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.31%

 BLUE value IS 220 (86.33% from 255) = 33.64%

R = 29.05%
G = 37.31%
B = 33.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#BEF4DC (or 0xBEF4DC) is known color: Aero Blue. HEX triplet: BE, F4 and DC. RGB value is (190,244,220). Sum of RGB (Red+Green+Blue) = 190+244+220=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF4DC is #410B23. Grayscale: #E1E1E1. Windows color (decimal): -4262692 or 14480574. OLE color: 14480574.

HSL color Cylindrical-coordinate representation of color #BEF4DC: hue angle of 153.33º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF4DC is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 244 220 -
CMYK 0.22 0 0.10 0.04
HSL 153.33º 0.71% 0.85% -
HSV(B) 153.33º 0.22% 0.96% -
XYZ 66.5 80.82 79.8 -
YUV 225.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 190 244 220 0.22 0 0.10 0.04 153.33 0.71 0.85
Hex BE F4 DC 16 0 A 4 99 47 55
Octal 276 364 334 26 0 12 4 231 107 125
Binary 10111110 11110100 11011100 10110 0 1010 100 10011001 1000111 1010101

Color Harmonies of #BEF4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF4DC

Black with #BEF4DC

Text Example


Text Example

White with #BEF4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF4DC; }

 p { color: rgb(190,244,220); }

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

background-color css

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

 a { background-color: rgb(190,244,220); }

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

border-color css

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

 span { border-color: rgb(190,244,220); }

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