#ABCBDC

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

Shades of French Pass #ABCBDC

Tints of French Pass #ABCBDC

Color information

#ABCBDC (or 0xABCBDC) is unknown color: approx French Pass. HEX triplet: AB, CB and DC. RGB value is (171,203,220). Sum of RGB (Red+Green+Blue) = 171+203+220=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBDC is #543423. Grayscale: #C3C3C3. Windows color (decimal): -5518372 or 14470059. OLE color: 14470059.

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

Color convert

RGB171203220-
CMYK0.220.0800.14
HSL200.82º41.18%76.67%-
HSV(B)200.82º22.27%86.27%-
XYZ51.0756.5475.93-
YUV195.37141.9110.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.79%
GREEN value IS 203 (79.69% from 255) = 34.18%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=28.79%
G=34.18%
B=37.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712032200.220.0800.14200.8241.1876.67
HexABCBDC1680Ec9294d
Octal253313334261001631151115
Binary10101011110010111101110010110100001110110010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBDC; }

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

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

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

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

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

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

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

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