Html Css Color HEX #BDF6DA Aero Blue

📋 copy color: '#BDF6DA'

red 189 ◦ green 246 ◦ blue 218

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

Shades of Aero Blue #BDF6DA

Tints of Aero Blue #BDF6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.38%

R = 28.94%
G = 37.67%
B = 33.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#BDF6DA (or 0xBDF6DA) is known color: Aero Blue. HEX triplet: BD, F6 and DA. RGB value is (189,246,218). Sum of RGB (Red+Green+Blue) = 189+246+218=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6DA is #420925. Grayscale: #E1E1E1. Windows color (decimal): -4327718 or 14350013. OLE color: 14350013.

HSL color Cylindrical-coordinate representation of color #BDF6DA: hue angle of 150.53º 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 #BDF6DA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 218 -
CMYK 0.23 0 0.11 0.04
HSL 150.53º 0.76% 0.85% -
HSV(B) 150.53º 0.23% 0.96% -
XYZ 66.6 81.79 78.61 -
YUV 225.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 189 246 218 0.23 0 0.11 0.04 150.53 0.76 0.85
Hex BD F6 DA 17 0 B 4 97 4C 55
Octal 275 366 332 27 0 13 4 227 114 125
Binary 10111101 11110110 11011010 10111 0 1011 100 10010111 1001100 1010101

Color Harmonies of #BDF6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6DA

Black with #BDF6DA

Text Example


Text Example

White with #BDF6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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