#ACCBDC

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

Shades of French Pass #ACCBDC

Tints of French Pass #ACCBDC

Color information

#ACCBDC (or 0xACCBDC) is unknown color: approx French Pass. HEX triplet: AC, CB and DC. RGB value is (172,203,220). Sum of RGB (Red+Green+Blue) = 172+203+220=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBDC is #533423. Grayscale: #C3C3C3. Windows color (decimal): -5452836 or 14470060. OLE color: 14470060.

HSL color Cylindrical-coordinate representation of color #ACCBDC: hue angle of 201.25º 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 #ACCBDC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172203220-
CMYK0.220.0800.14
HSL201.25º40.68%76.86%-
HSV(B)201.25º21.82%86.27%-
XYZ51.2956.6575.94-
YUV195.67141.73111.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=28.91%
G=34.12%
B=36.97%

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
Decimal1722032200.220.0800.14201.2540.6876.86
HexACCBDC1680Ec9294d
Octal254313334261001631151115
Binary10101100110010111101110010110100001110110010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBDC; }

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

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

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

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

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

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

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

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