Html Css Color HEX #BEF5DB Aero Blue

📋 copy color: '#BEF5DB'

red 190 ◦ green 245 ◦ blue 219

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

Shades of Aero Blue #BEF5DB

Tints of Aero Blue #BEF5DB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.46%

 BLUE value IS 219 (85.94% from 255) = 33.49%

R = 29.05%
G = 37.46%
B = 33.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#BEF5DB (or 0xBEF5DB) is known color: Aero Blue. HEX triplet: BE, F5 and DB. RGB value is (190,245,219). Sum of RGB (Red+Green+Blue) = 190+245+219=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5DB is #410A24. Grayscale: #E1E1E1. Windows color (decimal): -4262437 or 14415294. OLE color: 14415294.

HSL color Cylindrical-coordinate representation of color #BEF5DB: hue angle of 151.64º degrees, saturation: 0.73, 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 #BEF5DB is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 245 219 -
CMYK 0.22 0 0.11 0.04
HSL 151.64º 0.73% 0.85% -
HSV(B) 151.64º 0.22% 0.96% -
XYZ 66.67 81.37 79.21 -
YUV 225.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 190 245 219 0.22 0 0.11 0.04 151.64 0.73 0.85
Hex BE F5 DB 16 0 B 4 98 49 55
Octal 276 365 333 26 0 13 4 230 111 125
Binary 10111110 11110101 11011011 10110 0 1011 100 10011000 1001001 1010101

Color Harmonies of #BEF5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF5DB

Black with #BEF5DB

Text Example


Text Example

White with #BEF5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF5DB; }

 p { color: rgb(190,245,219); }

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

background-color css

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

 a { background-color: rgb(190,245,219); }

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

border-color css

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

 span { border-color: rgb(190,245,219); }

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