Html Css Color HEX #B6E1CD Aero Blue

📋 copy color: '#B6E1CD'

red 182 ◦ green 225 ◦ blue 205

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

Shades of Aero Blue #B6E1CD

Tints of Aero Blue #B6E1CD

RGB

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

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

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

R = 29.74%
G = 36.76%
B = 33.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#B6E1CD (or 0xB6E1CD) is known color: Aero Blue. HEX triplet: B6, E1 and CD. RGB value is (182,225,205). Sum of RGB (Red+Green+Blue) = 182+225+205=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E1CD is #491E32. Grayscale: #D1D1D1. Windows color (decimal): -4791859 or 13492662. OLE color: 13492662.

HSL color Cylindrical-coordinate representation of color #B6E1CD: hue angle of 152.09º degrees, saturation: 0.42, 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 #B6E1CD is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 225 205 -
CMYK 0.19 0 0.09 0.12
HSL 152.09º 0.42% 0.8% -
HSV(B) 152.09º 0.19% 0.88% -
XYZ 57.24 68.2 67.91 -
YUV 209.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 182 225 205 0.19 0 0.09 0.12 152.09 0.42 0.8
Hex B6 E1 CD 13 0 9 C 98 2A 50
Octal 266 341 315 23 0 11 14 230 52 120
Binary 10110110 11100001 11001101 10011 0 1001 1100 10011000 101010 1010000

Color Harmonies of #B6E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E1CD

Black with #B6E1CD

Text Example


Text Example

White with #B6E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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