Html Css Color HEX #BDF9D5 Aero Blue

📋 copy color: '#BDF9D5'

red 189 ◦ green 249 ◦ blue 213

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

Shades of Aero Blue #BDF9D5

Tints of Aero Blue #BDF9D5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.25%

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

R = 29.03%
G = 38.25%
B = 32.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#BDF9D5 (or 0xBDF9D5) is known color: Aero Blue. HEX triplet: BD, F9 and D5. RGB value is (189,249,213). Sum of RGB (Red+Green+Blue) = 189+249+213=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9D5 is #42062A. Grayscale: #E3E3E3. Windows color (decimal): -4326955 or 14023101. OLE color: 14023101.

HSL color Cylindrical-coordinate representation of color #BDF9D5: hue angle of 144º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9D5 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 213 -
CMYK 0.24 0 0.14 0.02
HSL 144º 0.83% 0.86% -
HSV(B) 144º 0.24% 0.98% -
XYZ 66.87 83.37 75.52 -
YUV 226.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 189 249 213 0.24 0 0.14 0.02 144 0.83 0.86
Hex BD F9 D5 18 0 E 2 90 53 56
Octal 275 371 325 30 0 16 2 220 123 126
Binary 10111101 11111001 11010101 11000 0 1110 10 10010000 1010011 1010110

Color Harmonies of #BDF9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF9D5

Black with #BDF9D5

Text Example


Text Example

White with #BDF9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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