Html Css Color HEX #BDEAD7 Aero Blue

📋 copy color: '#BDEAD7'

red 189 ◦ green 234 ◦ blue 215

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

Shades of Aero Blue #BDEAD7

Tints of Aero Blue #BDEAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.7%

R = 29.62%
G = 36.68%
B = 33.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#BDEAD7 (or 0xBDEAD7) is known color: Aero Blue. HEX triplet: BD, EA and D7. RGB value is (189,234,215). Sum of RGB (Red+Green+Blue) = 189+234+215=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD7 is #421528. Grayscale: #DADADA. Windows color (decimal): -4330793 or 14150333. OLE color: 14150333.

HSL color Cylindrical-coordinate representation of color #BDEAD7: hue angle of 154.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 #BDEAD7 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 215 -
CMYK 0.19 0 0.08 0.08
HSL 154.67º 0.52% 0.83% -
HSV(B) 154.67º 0.19% 0.92% -
XYZ 62.67 74.57 75.38 -
YUV 218.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 189 234 215 0.19 0 0.08 0.08 154.67 0.52 0.83
Hex BD EA D7 13 0 8 8 9B 34 53
Octal 275 352 327 23 0 10 10 233 64 123
Binary 10111101 11101010 11010111 10011 0 1000 1000 10011011 110100 1010011

Color Harmonies of #BDEAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAD7

Black with #BDEAD7

Text Example


Text Example

White with #BDEAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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