Html Css Color HEX #BDF7DA Aero Blue

📋 copy color: '#BDF7DA'

red 189 ◦ green 247 ◦ blue 218

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

Shades of Aero Blue #BDF7DA

Tints of Aero Blue #BDF7DA

RGB

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

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

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

R = 28.9%
G = 37.77%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#BDF7DA (or 0xBDF7DA) is known color: Aero Blue. HEX triplet: BD, F7 and DA. RGB value is (189,247,218). Sum of RGB (Red+Green+Blue) = 189+247+218=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7DA is #420825. Grayscale: #E2E2E2. Windows color (decimal): -4327462 or 14350269. OLE color: 14350269.

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

Color convert

RGB 189 247 218 -
CMYK 0.23 0 0.12 0.03
HSL 150º 0.78% 0.85% -
HSV(B) 150º 0.23% 0.97% -
XYZ 66.9 82.4 78.71 -
YUV 226.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 189 247 218 0.23 0 0.12 0.03 150 0.78 0.85
Hex BD F7 DA 17 0 C 3 96 4E 55
Octal 275 367 332 27 0 14 3 226 116 125
Binary 10111101 11110111 11011010 10111 0 1100 11 10010110 1001110 1010101

Color Harmonies of #BDF7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7DA

Black with #BDF7DA

Text Example


Text Example

White with #BDF7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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