Html Css Color HEX #BDEFD0 Aero Blue

📋 copy color: '#BDEFD0'

red 189 ◦ green 239 ◦ blue 208

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

Shades of Aero Blue #BDEFD0

Tints of Aero Blue #BDEFD0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.58%

 BLUE value IS 208 (81.64% from 255) = 32.7%

R = 29.72%
G = 37.58%
B = 32.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#BDEFD0 (or 0xBDEFD0) is known color: Aero Blue. HEX triplet: BD, EF and D0. RGB value is (189,239,208). Sum of RGB (Red+Green+Blue) = 189+239+208=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD0 is #42102F. Grayscale: #DCDCDC. Windows color (decimal): -4329520 or 13692861. OLE color: 13692861.

HSL color Cylindrical-coordinate representation of color #BDEFD0: hue angle of 142.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFD0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 208 -
CMYK 0.21 0 0.13 0.06
HSL 142.8º 0.61% 0.84% -
HSV(B) 142.8º 0.21% 0.94% -
XYZ 63.24 77.11 71.22 -
YUV 220.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 189 239 208 0.21 0 0.13 0.06 142.8 0.61 0.84
Hex BD EF D0 15 0 D 6 8F 3D 54
Octal 275 357 320 25 0 15 6 217 75 124
Binary 10111101 11101111 11010000 10101 0 1101 110 10001111 111101 1010100

Color Harmonies of #BDEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFD0

Black with #BDEFD0

Text Example


Text Example

White with #BDEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFD0; }

 p { color: rgb(189,239,208); }

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

background-color css

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

 a { background-color: rgb(189,239,208); }

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

border-color css

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

 span { border-color: rgb(189,239,208); }

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