Html Css Color HEX #BDEED4 Aero Blue

📋 copy color: '#BDEED4'

red 189 ◦ green 238 ◦ blue 212

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

Shades of Aero Blue #BDEED4

Tints of Aero Blue #BDEED4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.25%

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

R = 29.58%
G = 37.25%
B = 33.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BDEED4 (or 0xBDEED4) is known color: Aero Blue. HEX triplet: BD, EE and D4. RGB value is (189,238,212). Sum of RGB (Red+Green+Blue) = 189+238+212=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEED4 is #42112B. Grayscale: #DCDCDC. Windows color (decimal): -4329772 or 13954749. OLE color: 13954749.

HSL color Cylindrical-coordinate representation of color #BDEED4: hue angle of 148.16º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEED4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 212 -
CMYK 0.21 0 0.11 0.07
HSL 148.16º 0.59% 0.84% -
HSV(B) 148.16º 0.21% 0.93% -
XYZ 63.44 76.72 73.75 -
YUV 220.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 189 238 212 0.21 0 0.11 0.07 148.16 0.59 0.84
Hex BD EE D4 15 0 B 7 94 3B 54
Octal 275 356 324 25 0 13 7 224 73 124
Binary 10111101 11101110 11010100 10101 0 1011 111 10010100 111011 1010100

Color Harmonies of #BDEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEED4

Black with #BDEED4

Text Example


Text Example

White with #BDEED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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