Html Css Color HEX #BDFEDA Aero Blue

📋 copy color: '#BDFEDA'

red 189 ◦ green 254 ◦ blue 218

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

Shades of Aero Blue #BDFEDA

Tints of Aero Blue #BDFEDA

RGB

 RED value IS 189 (74.22% from 255) = 28.59%

 GREEN value IS 254 (99.61% from 255) = 38.43%

 BLUE value IS 218 (85.55% from 255) = 32.98%

R = 28.59%
G = 38.43%
B = 32.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#BDFEDA (or 0xBDFEDA) is known color: Aero Blue. HEX triplet: BD, FE and DA. RGB value is (189,254,218). Sum of RGB (Red+Green+Blue) = 189+254+218=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEDA is #420125. Grayscale: #E6E6E6. Windows color (decimal): -4325670 or 14352061. OLE color: 14352061.

HSL color Cylindrical-coordinate representation of color #BDFEDA: hue angle of 146.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEDA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 218 -
CMYK 0.26 0 0.14 0.00
HSL 146.77º 0.97% 0.87% -
HSV(B) 146.77º 0.26% 1% -
XYZ 69.08 86.76 79.44 -
YUV 230.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 189 254 218 0.26 0 0.14 0.00 146.77 0.97 0.87
Hex BD FE DA 1A 0 E 0 93 61 57
Octal 275 376 332 32 0 16 0 223 141 127
Binary 10111101 11111110 11011010 11010 0 1110 0 10010011 1100001 1010111

Color Harmonies of #BDFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEDA

Black with #BDFEDA

Text Example


Text Example

White with #BDFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEDA; }

 p { color: rgb(189,254,218); }

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

background-color css

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

 a { background-color: rgb(189,254,218); }

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

border-color css

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

 span { border-color: rgb(189,254,218); }

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