Html Css Color HEX #BDE6D4 Aero Blue

📋 copy color: '#BDE6D4'

red 189 ◦ green 230 ◦ blue 212

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

Shades of Aero Blue #BDE6D4

Tints of Aero Blue #BDE6D4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.45%

 BLUE value IS 212 (83.2% from 255) = 33.6%

R = 29.95%
G = 36.45%
B = 33.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#BDE6D4 (or 0xBDE6D4) is known color: Aero Blue. HEX triplet: BD, E6 and D4. RGB value is (189,230,212). Sum of RGB (Red+Green+Blue) = 189+230+212=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6D4 is #42192B. Grayscale: #D7D7D7. Windows color (decimal): -4331820 or 13952701. OLE color: 13952701.

HSL color Cylindrical-coordinate representation of color #BDE6D4: hue angle of 153.66º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6D4 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 212 -
CMYK 0.18 0 0.08 0.10
HSL 153.66º 0.45% 0.82% -
HSV(B) 153.66º 0.18% 0.9% -
XYZ 61.17 72.17 72.99 -
YUV 215.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 189 230 212 0.18 0 0.08 0.10 153.66 0.45 0.82
Hex BD E6 D4 12 0 8 A 9A 2D 52
Octal 275 346 324 22 0 10 12 232 55 122
Binary 10111101 11100110 11010100 10010 0 1000 1010 10011010 101101 1010010

Color Harmonies of #BDE6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6D4

Black with #BDE6D4

Text Example


Text Example

White with #BDE6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6D4; }

 p { color: rgb(189,230,212); }

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

background-color css

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

 a { background-color: rgb(189,230,212); }

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

border-color css

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

 span { border-color: rgb(189,230,212); }

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