Html Css Color HEX #B6E0C8 Aero Blue

📋 copy color: '#B6E0C8'

red 182 ◦ green 224 ◦ blue 200

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

Shades of Aero Blue #B6E0C8

Tints of Aero Blue #B6E0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33%

R = 30.03%
G = 36.96%
B = 33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#B6E0C8 (or 0xB6E0C8) is known color: Aero Blue. HEX triplet: B6, E0 and C8. RGB value is (182,224,200). Sum of RGB (Red+Green+Blue) = 182+224+200=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E0C8 is #491F37. Grayscale: #D0D0D0. Windows color (decimal): -4792120 or 13164726. OLE color: 13164726.

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

Color convert

RGB 182 224 200 -
CMYK 0.19 0 0.11 0.12
HSL 145.71º 0.4% 0.8% -
HSV(B) 145.71º 0.19% 0.88% -
XYZ 56.37 67.43 64.69 -
YUV 208.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 182 224 200 0.19 0 0.11 0.12 145.71 0.4 0.8
Hex B6 E0 C8 13 0 B C 92 28 50
Octal 266 340 310 23 0 13 14 222 50 120
Binary 10110110 11100000 11001000 10011 0 1011 1100 10010010 101000 1010000

Color Harmonies of #B6E0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E0C8

Black with #B6E0C8

Text Example


Text Example

White with #B6E0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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