Html Css Color HEX #BDEAD2 Aero Blue

📋 copy color: '#BDEAD2'

red 189 ◦ green 234 ◦ blue 210

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

Shades of Aero Blue #BDEAD2

Tints of Aero Blue #BDEAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 29.86%
G = 36.97%
B = 33.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#BDEAD2 (or 0xBDEAD2) is known color: Aero Blue. HEX triplet: BD, EA and D2. RGB value is (189,234,210). Sum of RGB (Red+Green+Blue) = 189+234+210=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD2 is #42152D. Grayscale: #D9D9D9. Windows color (decimal): -4330798 or 13822653. OLE color: 13822653.

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

Color convert

RGB 189 234 210 -
CMYK 0.19 0 0.10 0.08
HSL 148º 0.52% 0.83% -
HSV(B) 148º 0.19% 0.92% -
XYZ 62.04 74.32 72.05 -
YUV 217.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 189 234 210 0.19 0 0.10 0.08 148 0.52 0.83
Hex BD EA D2 13 0 A 8 94 34 53
Octal 275 352 322 23 0 12 10 224 64 123
Binary 10111101 11101010 11010010 10011 0 1010 1000 10010100 110100 1010011

Color Harmonies of #BDEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAD2

Black with #BDEAD2

Text Example


Text Example

White with #BDEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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