#B8DCCA

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

Shades of Aero Blue #B8DCCA

Tints of Aero Blue #B8DCCA

Color information

#B8DCCA (or 0xB8DCCA) is unknown color: approx Aero Blue. HEX triplet: B8, DC and CA. RGB value is (184,220,202). Sum of RGB (Red+Green+Blue) = 184+220+202=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCCA is #472335. Grayscale: #CFCFCF. Windows color (decimal): -4662070 or 13294776. OLE color: 13294776.

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

Color convert

RGB184220202-
CMYK0.1600.080.14
HSL150º33.96%79.22%-
HSV(B)150º16.36%86.27%-
XYZ56.0265.6465.59-
YUV207.18125.07111.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.36%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=30.36%
G=36.30%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842202020.1600.080.1415033.9679.22
HexB8DCCA1008E96224f
Octal270334312200101622642117
Binary10111000110111001100101010000010001110100101101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCCA; }

 p { color: rgb(184,220,202); }

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

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

 a { background-color: rgb(184,220,202); }

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

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

 span { border-color: rgb(184,220,202); }

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