Html Css Color HEX #BDF9D3 Aero Blue

📋 copy color: '#BDF9D3'

red 189 ◦ green 249 ◦ blue 211

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

Shades of Aero Blue #BDF9D3

Tints of Aero Blue #BDF9D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.51%

R = 29.12%
G = 38.37%
B = 32.51%

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

#BDF9D3 (or 0xBDF9D3) is known color: Aero Blue. HEX triplet: BD, F9 and D3. RGB value is (189,249,211). Sum of RGB (Red+Green+Blue) = 189+249+211=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9D3 is #42062C. Grayscale: #E2E2E2. Windows color (decimal): -4326957 or 13892029. OLE color: 13892029.

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

Color convert

RGB 189 249 211 -
CMYK 0.24 0 0.15 0.02
HSL 142º 0.83% 0.86% -
HSV(B) 142º 0.24% 0.98% -
XYZ 66.62 83.27 74.19 -
YUV 226.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 189 249 211 0.24 0 0.15 0.02 142 0.83 0.86
Hex BD F9 D3 18 0 F 2 8E 53 56
Octal 275 371 323 30 0 17 2 216 123 126
Binary 10111101 11111001 11010011 11000 0 1111 10 10001110 1010011 1010110

Color Harmonies of #BDF9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF9D3

Black with #BDF9D3

Text Example


Text Example

White with #BDF9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF9D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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