Html Css Color HEX #BDEAD8 Aero Blue

📋 copy color: '#BDEAD8'

red 189 ◦ green 234 ◦ blue 216

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

Shades of Aero Blue #BDEAD8

Tints of Aero Blue #BDEAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.8%

R = 29.58%
G = 36.62%
B = 33.8%

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

#BDEAD8 (or 0xBDEAD8) is known color: Aero Blue. HEX triplet: BD, EA and D8. RGB value is (189,234,216). Sum of RGB (Red+Green+Blue) = 189+234+216=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD8 is #421527. Grayscale: #DADADA. Windows color (decimal): -4330792 or 14215869. OLE color: 14215869.

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

Color convert

RGB 189 234 216 -
CMYK 0.19 0 0.08 0.08
HSL 156º 0.52% 0.83% -
HSV(B) 156º 0.19% 0.92% -
XYZ 62.8 74.62 76.06 -
YUV 218.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 189 234 216 0.19 0 0.08 0.08 156 0.52 0.83
Hex BD EA D8 13 0 8 8 9C 34 53
Octal 275 352 330 23 0 10 10 234 64 123
Binary 10111101 11101010 11011000 10011 0 1000 1000 10011100 110100 1010011

Color Harmonies of #BDEAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAD8

Black with #BDEAD8

Text Example


Text Example

White with #BDEAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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