Html Css Color HEX #BEFDD7 Aero Blue

📋 copy color: '#BEFDD7'

red 190 ◦ green 253 ◦ blue 215

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

Shades of Aero Blue #BEFDD7

Tints of Aero Blue #BEFDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.67%

R = 28.88%
G = 38.45%
B = 32.67%

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

#BEFDD7 (or 0xBEFDD7) is known color: Aero Blue. HEX triplet: BE, FD and D7. RGB value is (190,253,215). Sum of RGB (Red+Green+Blue) = 190+253+215=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD7 is #410228. Grayscale: #E5E5E5. Windows color (decimal): -4260393 or 14155198. OLE color: 14155198.

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

Color convert

RGB 190 253 215 -
CMYK 0.25 0 0.15 0.01
HSL 143.81º 0.94% 0.87% -
HSV(B) 143.81º 0.25% 0.99% -
XYZ 68.63 86.1 77.29 -
YUV 229.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 190 253 215 0.25 0 0.15 0.01 143.81 0.94 0.87
Hex BE FD D7 19 0 F 1 90 5E 57
Octal 276 375 327 31 0 17 1 220 136 127
Binary 10111110 11111101 11010111 11001 0 1111 1 10010000 1011110 1010111

Color Harmonies of #BEFDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDD7

Black with #BEFDD7

Text Example


Text Example

White with #BEFDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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