Html Css Color HEX #BDF9D4 Aero Blue

📋 copy color: '#BDF9D4'

red 189 ◦ green 249 ◦ blue 212

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

Shades of Aero Blue #BDF9D4

Tints of Aero Blue #BDF9D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.62%

R = 29.08%
G = 38.31%
B = 32.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#BDF9D4 (or 0xBDF9D4) is known color: Aero Blue. HEX triplet: BD, F9 and D4. RGB value is (189,249,212). Sum of RGB (Red+Green+Blue) = 189+249+212=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9D4 is #42062B. Grayscale: #E2E2E2. Windows color (decimal): -4326956 or 13957565. OLE color: 13957565.

HSL color Cylindrical-coordinate representation of color #BDF9D4: hue angle of 143º 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 #BDF9D4 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 212 -
CMYK 0.24 0 0.15 0.02
HSL 143º 0.83% 0.86% -
HSV(B) 143º 0.24% 0.98% -
XYZ 66.75 83.32 74.85 -
YUV 226.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 189 249 212 0.24 0 0.15 0.02 143 0.83 0.86
Hex BD F9 D4 18 0 F 2 8F 53 56
Octal 275 371 324 30 0 17 2 217 123 126
Binary 10111101 11111001 11010100 11000 0 1111 10 10001111 1010011 1010110

Color Harmonies of #BDF9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF9D4

Black with #BDF9D4

Text Example


Text Example

White with #BDF9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF9D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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