Html Css Color HEX #BDEAD4 Aero Blue

📋 copy color: '#BDEAD4'

red 189 ◦ green 234 ◦ blue 212

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

Shades of Aero Blue #BDEAD4

Tints of Aero Blue #BDEAD4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.85%

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

R = 29.76%
G = 36.85%
B = 33.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#BDEAD4 (or 0xBDEAD4) is known color: Aero Blue. HEX triplet: BD, EA and D4. RGB value is (189,234,212). Sum of RGB (Red+Green+Blue) = 189+234+212=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD4 is #42152B. Grayscale: #DADADA. Windows color (decimal): -4330796 or 13953725. OLE color: 13953725.

HSL color Cylindrical-coordinate representation of color #BDEAD4: hue angle of 150.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAD4 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 212 -
CMYK 0.19 0 0.09 0.08
HSL 150.67º 0.52% 0.83% -
HSV(B) 150.67º 0.19% 0.92% -
XYZ 62.29 74.42 73.37 -
YUV 218.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 189 234 212 0.19 0 0.09 0.08 150.67 0.52 0.83
Hex BD EA D4 13 0 9 8 97 34 53
Octal 275 352 324 23 0 11 10 227 64 123
Binary 10111101 11101010 11010100 10011 0 1001 1000 10010111 110100 1010011

Color Harmonies of #BDEAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAD4

Black with #BDEAD4

Text Example


Text Example

White with #BDEAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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