#AACBDB

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

Shades of French Pass #AACBDB

Tints of French Pass #AACBDB

Color information

#AACBDB (or 0xAACBDB) is unknown color: approx French Pass. HEX triplet: AA, CB and DB. RGB value is (170,203,219). Sum of RGB (Red+Green+Blue) = 170+203+219=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #AACBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBDB is #553424. Grayscale: #C2C2C2. Windows color (decimal): -5583909 or 14404522. OLE color: 14404522.

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

Color convert

RGB170203219-
CMYK0.220.0700.14
HSL199.59º40.5%76.27%-
HSV(B)199.59º22.37%85.88%-
XYZ50.7256.3775.23-
YUV194.96141.57110.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=28.72%
G=34.29%
B=36.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702032190.220.0700.14199.5940.576.27
HexAACBDB1670Ec8284c
Octal25231333326701631050114
Binary1010101011001011110110111011011101110110010001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBDB; }

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

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

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

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

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

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

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

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