Html Css Color HEX #BDEFD3 Aero Blue

📋 copy color: '#BDEFD3'

red 189 ◦ green 239 ◦ blue 211

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

Shades of Aero Blue #BDEFD3

Tints of Aero Blue #BDEFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.02%

R = 29.58%
G = 37.4%
B = 33.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#BDEFD3 (or 0xBDEFD3) is known color: Aero Blue. HEX triplet: BD, EF and D3. RGB value is (189,239,211). Sum of RGB (Red+Green+Blue) = 189+239+211=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD3 is #42102C. Grayscale: #DCDCDC. Windows color (decimal): -4329517 or 13889469. OLE color: 13889469.

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

Color convert

RGB 189 239 211 -
CMYK 0.21 0 0.12 0.06
HSL 146.4º 0.61% 0.84% -
HSV(B) 146.4º 0.21% 0.94% -
XYZ 63.61 77.25 73.19 -
YUV 220.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 189 239 211 0.21 0 0.12 0.06 146.4 0.61 0.84
Hex BD EF D3 15 0 C 6 92 3D 54
Octal 275 357 323 25 0 14 6 222 75 124
Binary 10111101 11101111 11010011 10101 0 1100 110 10010010 111101 1010100

Color Harmonies of #BDEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFD3

Black with #BDEFD3

Text Example


Text Example

White with #BDEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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