Html Css Color HEX #B6E0CD Aero Blue

📋 copy color: '#B6E0CD'

red 182 ◦ green 224 ◦ blue 205

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

Shades of Aero Blue #B6E0CD

Tints of Aero Blue #B6E0CD

RGB

 RED value IS 182 (71.48% from 255) = 29.79%

 GREEN value IS 224 (87.89% from 255) = 36.66%

 BLUE value IS 205 (80.47% from 255) = 33.55%

R = 29.79%
G = 36.66%
B = 33.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#B6E0CD (or 0xB6E0CD) is known color: Aero Blue. HEX triplet: B6, E0 and CD. RGB value is (182,224,205). Sum of RGB (Red+Green+Blue) = 182+224+205=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E0CD is #491F32. Grayscale: #D1D1D1. Windows color (decimal): -4792115 or 13492406. OLE color: 13492406.

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

Color convert

RGB 182 224 205 -
CMYK 0.19 0 0.08 0.12
HSL 152.86º 0.4% 0.8% -
HSV(B) 152.86º 0.19% 0.88% -
XYZ 56.97 67.66 67.82 -
YUV 209.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 182 224 205 0.19 0 0.08 0.12 152.86 0.4 0.8
Hex B6 E0 CD 13 0 8 C 99 28 50
Octal 266 340 315 23 0 10 14 231 50 120
Binary 10110110 11100000 11001101 10011 0 1000 1100 10011001 101000 1010000

Color Harmonies of #B6E0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E0CD

Black with #B6E0CD

Text Example


Text Example

White with #B6E0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E0CD; }

 p { color: rgb(182,224,205); }

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

background-color css

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

 a { background-color: rgb(182,224,205); }

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

border-color css

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

 span { border-color: rgb(182,224,205); }

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