#AACBDA

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

Shades of French Pass #AACBDA

Tints of French Pass #AACBDA

Color information

#AACBDA (or 0xAACBDA) is unknown color: approx French Pass. HEX triplet: AA, CB and DA. RGB value is (170,203,218). Sum of RGB (Red+Green+Blue) = 170+203+218=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #AACBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBDA is #553425. Grayscale: #C2C2C2. Windows color (decimal): -5583910 or 14338986. OLE color: 14338986.

HSL color Cylindrical-coordinate representation of color #AACBDA: hue angle of 198.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACBDA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170203218-
CMYK0.220.0700.15
HSL198.75º39.34%76.08%-
HSV(B)198.75º22.02%85.49%-
XYZ50.5956.3274.53-
YUV194.84141.07110.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=28.76%
G=34.35%
B=36.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702032180.220.0700.15198.7539.3476.08
HexAACBDA1670Fc7274c
Octal25231333226701730747114
Binary1010101011001011110110101011011101111110001111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBDA; }

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

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

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

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

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

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

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

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