Html Css Color HEX #BEFDD4 Aero Blue

📋 copy color: '#BEFDD4'

red 190 ◦ green 253 ◦ blue 212

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

Shades of Aero Blue #BEFDD4

Tints of Aero Blue #BEFDD4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.63%

 BLUE value IS 212 (83.2% from 255) = 32.37%

R = 29.01%
G = 38.63%
B = 32.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#BEFDD4 (or 0xBEFDD4) is known color: Aero Blue. HEX triplet: BE, FD and D4. RGB value is (190,253,212). Sum of RGB (Red+Green+Blue) = 190+253+212=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD4 is #41022B. Grayscale: #E5E5E5. Windows color (decimal): -4260396 or 13958590. OLE color: 13958590.

HSL color Cylindrical-coordinate representation of color #BEFDD4: hue angle of 140.95º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDD4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 212 -
CMYK 0.25 0 0.16 0.01
HSL 140.95º 0.94% 0.87% -
HSV(B) 140.95º 0.25% 0.99% -
XYZ 68.24 85.95 75.28 -
YUV 229.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 190 253 212 0.25 0 0.16 0.01 140.95 0.94 0.87
Hex BE FD D4 19 0 10 1 8D 5E 57
Octal 276 375 324 31 0 20 1 215 136 127
Binary 10111110 11111101 11010100 11001 0 10000 1 10001101 1011110 1010111

Color Harmonies of #BEFDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDD4

Black with #BEFDD4

Text Example


Text Example

White with #BEFDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDD4; }

 p { color: rgb(190,253,212); }

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

background-color css

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

 a { background-color: rgb(190,253,212); }

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

border-color css

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

 span { border-color: rgb(190,253,212); }

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