#B7DCC8

Color #B7DCC8 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #B7DCC8

Tints of Aero Blue #B7DCC8

Color information

#B7DCC8 (or 0xB7DCC8) is unknown color: approx Aero Blue. HEX triplet: B7, DC and C8. RGB value is (183,220,200). Sum of RGB (Red+Green+Blue) = 183+220+200=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCC8 is #482337. Grayscale: #CECECE. Windows color (decimal): -4727608 or 13163703. OLE color: 13163703.

HSL color Cylindrical-coordinate representation of color #B7DCC8: hue angle of 147.57º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCC8 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB183220200-
CMYK0.1700.090.14
HSL147.57º34.58%79.02%-
HSV(B)147.57º16.82%86.27%-
XYZ55.5565.4264.34-
YUV206.66124.24111.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.35%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 200 (78.52% from 255) = 33.17%
R=30.35%
G=36.48%
B=33.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832202000.1700.090.14147.5734.5879.02
HexB7DCC81109E94234f
Octal267334310210111622443117
Binary10110111110111001100100010001010011110100101001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCC8; }

 p { color: rgb(183,220,200); }

 H1.HeaderClassName
 {
   color: #B7DCC8;
 }
 .AnyTagClassName
 {
   color: #B7DCC8;
 }
</style>
background-color css

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

 a { background-color: rgb(183,220,200); }

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

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

 span { border-color: rgb(183,220,200); }

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