Html Css Color HEX #BDE8D0 Aero Blue

📋 copy color: '#BDE8D0'

red 189 ◦ green 232 ◦ blue 208

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

Shades of Aero Blue #BDE8D0

Tints of Aero Blue #BDE8D0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.88%

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

R = 30.05%
G = 36.88%
B = 33.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#BDE8D0 (or 0xBDE8D0) is known color: Aero Blue. HEX triplet: BD, E8 and D0. RGB value is (189,232,208). Sum of RGB (Red+Green+Blue) = 189+232+208=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8D0 is #42172F. Grayscale: #D8D8D8. Windows color (decimal): -4331312 or 13691069. OLE color: 13691069.

HSL color Cylindrical-coordinate representation of color #BDE8D0: hue angle of 146.51º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE8D0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 208 -
CMYK 0.19 0 0.10 0.09
HSL 146.51º 0.48% 0.83% -
HSV(B) 146.51º 0.19% 0.91% -
XYZ 61.23 73.09 70.55 -
YUV 216.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 189 232 208 0.19 0 0.10 0.09 146.51 0.48 0.83
Hex BD E8 D0 13 0 A 9 93 30 53
Octal 275 350 320 23 0 12 11 223 60 123
Binary 10111101 11101000 11010000 10011 0 1010 1001 10010011 110000 1010011

Color Harmonies of #BDE8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8D0

Black with #BDE8D0

Text Example


Text Example

White with #BDE8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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