Html Css Color HEX #BDE2D2 Aero Blue

📋 copy color: '#BDE2D2'

red 189 ◦ green 226 ◦ blue 210

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

Shades of Aero Blue #BDE2D2

Tints of Aero Blue #BDE2D2

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.16%

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

R = 30.24%
G = 36.16%
B = 33.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#BDE2D2 (or 0xBDE2D2) is known color: Aero Blue. HEX triplet: BD, E2 and D2. RGB value is (189,226,210). Sum of RGB (Red+Green+Blue) = 189+226+210=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2D2 is #421D2D. Grayscale: #D5D5D5. Windows color (decimal): -4332846 or 13820605. OLE color: 13820605.

HSL color Cylindrical-coordinate representation of color #BDE2D2: hue angle of 154.05º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2D2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 210 -
CMYK 0.16 0 0.07 0.11
HSL 154.05º 0.39% 0.81% -
HSV(B) 154.05º 0.16% 0.89% -
XYZ 59.82 69.86 71.31 -
YUV 213.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 189 226 210 0.16 0 0.07 0.11 154.05 0.39 0.81
Hex BD E2 D2 10 0 7 B 9A 27 51
Octal 275 342 322 20 0 7 13 232 47 121
Binary 10111101 11100010 11010010 10000 0 111 1011 10011010 100111 1010001

Color Harmonies of #BDE2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2D2

Black with #BDE2D2

Text Example


Text Example

White with #BDE2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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