Html Css Color HEX #BDEFD8 Aero Blue

📋 copy color: '#BDEFD8'

red 189 ◦ green 239 ◦ blue 216

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

Shades of Aero Blue #BDEFD8

Tints of Aero Blue #BDEFD8

RGB

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

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

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

R = 29.35%
G = 37.11%
B = 33.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#BDEFD8 (or 0xBDEFD8) is known color: Aero Blue. HEX triplet: BD, EF and D8. RGB value is (189,239,216). Sum of RGB (Red+Green+Blue) = 189+239+216=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD8 is #421027. Grayscale: #DDDDDD. Windows color (decimal): -4329512 or 14217149. OLE color: 14217149.

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

Color convert

RGB 189 239 216 -
CMYK 0.21 0 0.10 0.06
HSL 152.4º 0.61% 0.84% -
HSV(B) 152.4º 0.21% 0.94% -
XYZ 64.25 77.51 76.54 -
YUV 221.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 189 239 216 0.21 0 0.10 0.06 152.4 0.61 0.84
Hex BD EF D8 15 0 A 6 98 3D 54
Octal 275 357 330 25 0 12 6 230 75 124
Binary 10111101 11101111 11011000 10101 0 1010 110 10011000 111101 1010100

Color Harmonies of #BDEFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFD8

Black with #BDEFD8

Text Example


Text Example

White with #BDEFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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