Html Css Color HEX #BDF2D1 Aero Blue

📋 copy color: '#BDF2D1'

red 189 ◦ green 242 ◦ blue 209

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

Shades of Aero Blue #BDF2D1

Tints of Aero Blue #BDF2D1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.81%

 BLUE value IS 209 (82.03% from 255) = 32.66%

R = 29.53%
G = 37.81%
B = 32.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BDF2D1 (or 0xBDF2D1) is known color: Aero Blue. HEX triplet: BD, F2 and D1. RGB value is (189,242,209). Sum of RGB (Red+Green+Blue) = 189+242+209=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2D1 is #420D2E. Grayscale: #DEDEDE. Windows color (decimal): -4328751 or 13759165. OLE color: 13759165.

HSL color Cylindrical-coordinate representation of color #BDF2D1: hue angle of 142.64º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2D1 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 209 -
CMYK 0.22 0 0.14 0.05
HSL 142.64º 0.67% 0.85% -
HSV(B) 142.64º 0.22% 0.95% -
XYZ 64.25 78.93 72.17 -
YUV 222.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 189 242 209 0.22 0 0.14 0.05 142.64 0.67 0.85
Hex BD F2 D1 16 0 E 5 8F 43 55
Octal 275 362 321 26 0 16 5 217 103 125
Binary 10111101 11110010 11010001 10110 0 1110 101 10001111 1000011 1010101

Color Harmonies of #BDF2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2D1

Black with #BDF2D1

Text Example


Text Example

White with #BDF2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2D1; }

 p { color: rgb(189,242,209); }

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

background-color css

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

 a { background-color: rgb(189,242,209); }

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

border-color css

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

 span { border-color: rgb(189,242,209); }

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