Html Css Color HEX #BDF7D2 Aero Blue

📋 copy color: '#BDF7D2'

red 189 ◦ green 247 ◦ blue 210

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

Shades of Aero Blue #BDF7D2

Tints of Aero Blue #BDF7D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.51%

R = 29.26%
G = 38.24%
B = 32.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#BDF7D2 (or 0xBDF7D2) is known color: Aero Blue. HEX triplet: BD, F7 and D2. RGB value is (189,247,210). Sum of RGB (Red+Green+Blue) = 189+247+210=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7D2 is #42082D. Grayscale: #E1E1E1. Windows color (decimal): -4327470 or 13825981. OLE color: 13825981.

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

Color convert

RGB 189 247 210 -
CMYK 0.23 0 0.15 0.03
HSL 141.72º 0.78% 0.85% -
HSV(B) 141.72º 0.23% 0.97% -
XYZ 65.88 81.99 73.33 -
YUV 225.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 189 247 210 0.23 0 0.15 0.03 141.72 0.78 0.85
Hex BD F7 D2 17 0 F 3 8E 4E 55
Octal 275 367 322 27 0 17 3 216 116 125
Binary 10111101 11110111 11010010 10111 0 1111 11 10001110 1001110 1010101

Color Harmonies of #BDF7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7D2

Black with #BDF7D2

Text Example


Text Example

White with #BDF7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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