Html Css Color HEX #BDF6D9 Aero Blue

📋 copy color: '#BDF6D9'

red 189 ◦ green 246 ◦ blue 217

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

Shades of Aero Blue #BDF6D9

Tints of Aero Blue #BDF6D9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.73%

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

R = 28.99%
G = 37.73%
B = 33.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#BDF6D9 (or 0xBDF6D9) is known color: Aero Blue. HEX triplet: BD, F6 and D9. RGB value is (189,246,217). Sum of RGB (Red+Green+Blue) = 189+246+217=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6D9 is #420926. Grayscale: #E1E1E1. Windows color (decimal): -4327719 or 14284477. OLE color: 14284477.

HSL color Cylindrical-coordinate representation of color #BDF6D9: hue angle of 149.47º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6D9 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 217 -
CMYK 0.23 0 0.12 0.04
HSL 149.47º 0.76% 0.85% -
HSV(B) 149.47º 0.23% 0.96% -
XYZ 66.47 81.74 77.92 -
YUV 225.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 189 246 217 0.23 0 0.12 0.04 149.47 0.76 0.85
Hex BD F6 D9 17 0 C 4 95 4C 55
Octal 275 366 331 27 0 14 4 225 114 125
Binary 10111101 11110110 11011001 10111 0 1100 100 10010101 1001100 1010101

Color Harmonies of #BDF6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6D9

Black with #BDF6D9

Text Example


Text Example

White with #BDF6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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