Html Css Color HEX #BEFDD6 Aero Blue

📋 copy color: '#BEFDD6'

red 190 ◦ green 253 ◦ blue 214

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

Shades of Aero Blue #BEFDD6

Tints of Aero Blue #BEFDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.57%

R = 28.92%
G = 38.51%
B = 32.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#BEFDD6 (or 0xBEFDD6) is known color: Aero Blue. HEX triplet: BE, FD and D6. RGB value is (190,253,214). Sum of RGB (Red+Green+Blue) = 190+253+214=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD6 is #410229. Grayscale: #E5E5E5. Windows color (decimal): -4260394 or 14089662. OLE color: 14089662.

HSL color Cylindrical-coordinate representation of color #BEFDD6: hue angle of 142.86º 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 #BEFDD6 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 214 -
CMYK 0.25 0 0.15 0.01
HSL 142.86º 0.94% 0.87% -
HSV(B) 142.86º 0.25% 0.99% -
XYZ 68.5 86.05 76.62 -
YUV 229.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 190 253 214 0.25 0 0.15 0.01 142.86 0.94 0.87
Hex BE FD D6 19 0 F 1 8F 5E 57
Octal 276 375 326 31 0 17 1 217 136 127
Binary 10111110 11111101 11010110 11001 0 1111 1 10001111 1011110 1010111

Color Harmonies of #BEFDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDD6

Black with #BEFDD6

Text Example


Text Example

White with #BEFDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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