Html Css Color HEX #BDFCD5 Aero Blue

📋 copy color: '#BDFCD5'

red 189 ◦ green 252 ◦ blue 213

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

Shades of Aero Blue #BDFCD5

Tints of Aero Blue #BDFCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.57%

R = 28.9%
G = 38.53%
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

#BDFCD5 (or 0xBDFCD5) is known color: Aero Blue. HEX triplet: BD, FC and D5. RGB value is (189,252,213). Sum of RGB (Red+Green+Blue) = 189+252+213=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD5 is #42032A. Grayscale: #E4E4E4. Windows color (decimal): -4326187 or 14023869. OLE color: 14023869.

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

Color convert

RGB 189 252 213 -
CMYK 0.25 0 0.15 0.01
HSL 142.86º 0.91% 0.86% -
HSV(B) 142.86º 0.25% 0.99% -
XYZ 67.81 85.24 75.83 -
YUV 228.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 189 252 213 0.25 0 0.15 0.01 142.86 0.91 0.86
Hex BD FC D5 19 0 F 1 8F 5B 56
Octal 275 374 325 31 0 17 1 217 133 126
Binary 10111101 11111100 11010101 11001 0 1111 1 10001111 1011011 1010110

Color Harmonies of #BDFCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCD5

Black with #BDFCD5

Text Example


Text Example

White with #BDFCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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