Html Css Color HEX #BDF7D5 Aero Blue

📋 copy color: '#BDF7D5'

red 189 ◦ green 247 ◦ blue 213

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

Shades of Aero Blue #BDF7D5

Tints of Aero Blue #BDF7D5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.06%

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

R = 29.12%
G = 38.06%
B = 32.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#BDF7D5 (or 0xBDF7D5) is known color: Aero Blue. HEX triplet: BD, F7 and D5. RGB value is (189,247,213). Sum of RGB (Red+Green+Blue) = 189+247+213=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 247 (96.88% from 255 or 38.06% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7D5 is #42082A. Grayscale: #E1E1E1. Windows color (decimal): -4327467 or 14022589. OLE color: 14022589.

HSL color Cylindrical-coordinate representation of color #BDF7D5: hue angle of 144.83º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7D5 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 213 -
CMYK 0.23 0 0.14 0.03
HSL 144.83º 0.78% 0.85% -
HSV(B) 144.83º 0.23% 0.97% -
XYZ 66.26 82.14 75.31 -
YUV 225.78 120.78 101.76 -
System Red Green Blue C M Y K H S L
Decimal 189 247 213 0.23 0 0.14 0.03 144.83 0.78 0.85
Hex BD F7 D5 17 0 E 3 91 4E 55
Octal 275 367 325 27 0 16 3 221 116 125
Binary 10111101 11110111 11010101 10111 0 1110 11 10010001 1001110 1010101

Color Harmonies of #BDF7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7D5

Black with #BDF7D5

Text Example


Text Example

White with #BDF7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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