#AACBDC

Color #AACBDC French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #AACBDC

Tints of French Pass #AACBDC

Color information

#AACBDC (or 0xAACBDC) is unknown color: approx French Pass. HEX triplet: AA, CB and DC. RGB value is (170,203,220). Sum of RGB (Red+Green+Blue) = 170+203+220=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #AACBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBDC is #553423. Grayscale: #C2C2C2. Windows color (decimal): -5583908 or 14470058. OLE color: 14470058.

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

Color convert

RGB170203220-
CMYK0.230.0800.14
HSL200.4º41.67%76.47%-
HSV(B)200.4º22.73%86.27%-
XYZ50.8556.4375.92-
YUV195.07142.07110.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=28.67%
G=34.23%
B=37.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702032200.230.0800.14200.441.6776.47
HexAACBDC1780Ec82a4c
Octal252313334271001631052114
Binary10101010110010111101110010111100001110110010001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBDC; }

 p { color: rgb(170,203,220); }

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

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

 a { background-color: rgb(170,203,220); }

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

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

 span { border-color: rgb(170,203,220); }

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