Html Css Color HEX #BDF2D4 Aero Blue

📋 copy color: '#BDF2D4'

red 189 ◦ green 242 ◦ blue 212

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

Shades of Aero Blue #BDF2D4

Tints of Aero Blue #BDF2D4

RGB

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

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

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

R = 29.39%
G = 37.64%
B = 32.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#BDF2D4 (or 0xBDF2D4) is known color: Aero Blue. HEX triplet: BD, F2 and D4. RGB value is (189,242,212). Sum of RGB (Red+Green+Blue) = 189+242+212=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2D4 is #420D2B. Grayscale: #DEDEDE. Windows color (decimal): -4328748 or 13955773. OLE color: 13955773.

HSL color Cylindrical-coordinate representation of color #BDF2D4: hue angle of 146.04º 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 #BDF2D4 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 212 -
CMYK 0.22 0 0.12 0.05
HSL 146.04º 0.67% 0.85% -
HSV(B) 146.04º 0.22% 0.95% -
XYZ 64.62 79.08 74.14 -
YUV 222.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 189 242 212 0.22 0 0.12 0.05 146.04 0.67 0.85
Hex BD F2 D4 16 0 C 5 92 43 55
Octal 275 362 324 26 0 14 5 222 103 125
Binary 10111101 11110010 11010100 10110 0 1100 101 10010010 1000011 1010101

Color Harmonies of #BDF2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2D4

Black with #BDF2D4

Text Example


Text Example

White with #BDF2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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