Html Css Color HEX #BDFCD9 Aero Blue

📋 copy color: '#BDFCD9'

red 189 ◦ green 252 ◦ blue 217

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

Shades of Aero Blue #BDFCD9

Tints of Aero Blue #BDFCD9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.3%

 BLUE value IS 217 (85.16% from 255) = 32.98%

R = 28.72%
G = 38.3%
B = 32.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#BDFCD9 (or 0xBDFCD9) is known color: Aero Blue. HEX triplet: BD, FC and D9. RGB value is (189,252,217). Sum of RGB (Red+Green+Blue) = 189+252+217=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD9 is #420326. Grayscale: #E5E5E5. Windows color (decimal): -4326183 or 14286013. OLE color: 14286013.

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

Color convert

RGB 189 252 217 -
CMYK 0.25 0 0.14 0.01
HSL 146.67º 0.91% 0.86% -
HSV(B) 146.67º 0.25% 0.99% -
XYZ 68.32 85.45 78.54 -
YUV 229.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 189 252 217 0.25 0 0.14 0.01 146.67 0.91 0.86
Hex BD FC D9 19 0 E 1 93 5B 56
Octal 275 374 331 31 0 16 1 223 133 126
Binary 10111101 11111100 11011001 11001 0 1110 1 10010011 1011011 1010110

Color Harmonies of #BDFCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCD9

Black with #BDFCD9

Text Example


Text Example

White with #BDFCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCD9; }

 p { color: rgb(189,252,217); }

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

background-color css

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

 a { background-color: rgb(189,252,217); }

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

border-color css

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

 span { border-color: rgb(189,252,217); }

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