Html Css Color HEX #B6E7D2 Aero Blue

📋 copy color: '#B6E7D2'

red 182 ◦ green 231 ◦ blue 210

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

Shades of Aero Blue #B6E7D2

Tints of Aero Blue #B6E7D2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.08%

 BLUE value IS 210 (82.42% from 255) = 33.71%

R = 29.21%
G = 37.08%
B = 33.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#B6E7D2 (or 0xB6E7D2) is known color: Aero Blue. HEX triplet: B6, E7 and D2. RGB value is (182,231,210). Sum of RGB (Red+Green+Blue) = 182+231+210=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #B6E7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E7D2 is #49182D. Grayscale: #D5D5D5. Windows color (decimal): -4790318 or 13821878. OLE color: 13821878.

HSL color Cylindrical-coordinate representation of color #B6E7D2: hue angle of 154.29º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E7D2 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 231 210 -
CMYK 0.21 0 0.09 0.09
HSL 154.29º 0.51% 0.81% -
HSV(B) 154.29º 0.21% 0.91% -
XYZ 59.5 71.75 71.69 -
YUV 213.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 182 231 210 0.21 0 0.09 0.09 154.29 0.51 0.81
Hex B6 E7 D2 15 0 9 9 9A 33 51
Octal 266 347 322 25 0 11 11 232 63 121
Binary 10110110 11100111 11010010 10101 0 1001 1001 10011010 110011 1010001

Color Harmonies of #B6E7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E7D2

Black with #B6E7D2

Text Example


Text Example

White with #B6E7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E7D2; }

 p { color: rgb(182,231,210); }

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

background-color css

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

 a { background-color: rgb(182,231,210); }

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

border-color css

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

 span { border-color: rgb(182,231,210); }

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