Html Css Color HEX #BDFEDD Aero Blue

📋 copy color: '#BDFEDD'

red 189 ◦ green 254 ◦ blue 221

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

Shades of Aero Blue #BDFEDD

Tints of Aero Blue #BDFEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.28%

R = 28.46%
G = 38.25%
B = 33.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#BDFEDD (or 0xBDFEDD) is known color: Aero Blue. HEX triplet: BD, FE and DD. RGB value is (189,254,221). Sum of RGB (Red+Green+Blue) = 189+254+221=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEDD is #420122. Grayscale: #E6E6E6. Windows color (decimal): -4325667 or 14548669. OLE color: 14548669.

HSL color Cylindrical-coordinate representation of color #BDFEDD: hue angle of 149.54º 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 #BDFEDD is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 221 -
CMYK 0.26 0 0.13 0.00
HSL 149.54º 0.97% 0.87% -
HSV(B) 149.54º 0.26% 1% -
XYZ 69.48 86.92 81.52 -
YUV 230.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 189 254 221 0.26 0 0.13 0.00 149.54 0.97 0.87
Hex BD FE DD 1A 0 D 0 96 61 57
Octal 275 376 335 32 0 15 0 226 141 127
Binary 10111101 11111110 11011101 11010 0 1101 0 10010110 1100001 1010111

Color Harmonies of #BDFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEDD

Black with #BDFEDD

Text Example


Text Example

White with #BDFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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