Html Css Color HEX #BEF3D2 Aero Blue

📋 copy color: '#BEF3D2'

red 190 ◦ green 243 ◦ blue 210

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

Shades of Aero Blue #BEF3D2

Tints of Aero Blue #BEF3D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.66%

R = 29.55%
G = 37.79%
B = 32.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BEF3D2 (or 0xBEF3D2) is known color: Aero Blue. HEX triplet: BE, F3 and D2. RGB value is (190,243,210). Sum of RGB (Red+Green+Blue) = 190+243+210=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3D2 is #410C2D. Grayscale: #DFDFDF. Windows color (decimal): -4262958 or 13824958. OLE color: 13824958.

HSL color Cylindrical-coordinate representation of color #BEF3D2: hue angle of 142.64º 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 #BEF3D2 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 243 210 -
CMYK 0.22 0 0.14 0.05
HSL 142.64º 0.69% 0.85% -
HSV(B) 142.64º 0.22% 0.95% -
XYZ 64.92 79.7 72.94 -
YUV 223.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 190 243 210 0.22 0 0.14 0.05 142.64 0.69 0.85
Hex BE F3 D2 16 0 E 5 8F 45 55
Octal 276 363 322 26 0 16 5 217 105 125
Binary 10111110 11110011 11010010 10110 0 1110 101 10001111 1000101 1010101

Color Harmonies of #BEF3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF3D2

Black with #BEF3D2

Text Example


Text Example

White with #BEF3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF3D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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