Html Css Color HEX #BDE1D0 Aero Blue

📋 copy color: '#BDE1D0'

red 189 ◦ green 225 ◦ blue 208

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

Shades of Aero Blue #BDE1D0

Tints of Aero Blue #BDE1D0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.17%

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

R = 30.39%
G = 36.17%
B = 33.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#BDE1D0 (or 0xBDE1D0) is known color: Aero Blue. HEX triplet: BD, E1 and D0. RGB value is (189,225,208). Sum of RGB (Red+Green+Blue) = 189+225+208=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D0 is #421E2F. Grayscale: #D4D4D4. Windows color (decimal): -4333104 or 13689277. OLE color: 13689277.

HSL color Cylindrical-coordinate representation of color #BDE1D0: hue angle of 151.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1D0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 208 -
CMYK 0.16 0 0.08 0.12
HSL 151.67º 0.38% 0.81% -
HSV(B) 151.67º 0.16% 0.88% -
XYZ 59.3 69.22 69.91 -
YUV 212.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 189 225 208 0.16 0 0.08 0.12 151.67 0.38 0.81
Hex BD E1 D0 10 0 8 C 98 26 51
Octal 275 341 320 20 0 10 14 230 46 121
Binary 10111101 11100001 11010000 10000 0 1000 1100 10011000 100110 1010001

Color Harmonies of #BDE1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1D0

Black with #BDE1D0

Text Example


Text Example

White with #BDE1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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