Html Css Color HEX #BDE4D2 Aero Blue

📋 copy color: '#BDE4D2'

red 189 ◦ green 228 ◦ blue 210

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

Shades of Aero Blue #BDE4D2

Tints of Aero Blue #BDE4D2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.36%

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

R = 30.14%
G = 36.36%
B = 33.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#BDE4D2 (or 0xBDE4D2) is known color: Aero Blue. HEX triplet: BD, E4 and D2. RGB value is (189,228,210). Sum of RGB (Red+Green+Blue) = 189+228+210=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4D2 is #421B2D. Grayscale: #D6D6D6. Windows color (decimal): -4332334 or 13821117. OLE color: 13821117.

HSL color Cylindrical-coordinate representation of color #BDE4D2: hue angle of 152.31º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4D2 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 210 -
CMYK 0.17 0 0.08 0.11
HSL 152.31º 0.42% 0.82% -
HSV(B) 152.31º 0.17% 0.89% -
XYZ 60.36 70.96 71.49 -
YUV 214.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 189 228 210 0.17 0 0.08 0.11 152.31 0.42 0.82
Hex BD E4 D2 11 0 8 B 98 2A 52
Octal 275 344 322 21 0 10 13 230 52 122
Binary 10111101 11100100 11010010 10001 0 1000 1011 10011000 101010 1010010

Color Harmonies of #BDE4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4D2

Black with #BDE4D2

Text Example


Text Example

White with #BDE4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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